mapi Questions

5

Solved

I'm trying to write a short program that will read in the contents of e-mails within a folder on my exchange/Outlook profile so I can manipulate the data. However I'm having a problem finding much ...
Faefaeces asked 22/2, 2011 at 11:42

5

Solved

I want to import contacts from Outllok via Mapi. First step with standard contact is no problem: MAPIFolder contactObjects = outlookObj.Session.GetDefaultFolder(OlDefaultFolders.olFolderContacts)...
Trici asked 2/11, 2012 at 10:24

5

Solved

I have a C# application that reads .msg files and extracts the body and the attachments. But when I try to load a .eml file the application crashes. I am loading the files like this: MailItem mail...
Gann asked 17/5, 2011 at 8:53

1

I want to write a custom send mail handler for Windows, including a Simple MAPI provider. On Windows, the current MAPI provider is stored in HKCU/SOFTWARE/Clients/Mail and HKLM/SOFTWARE/Client...
Olly asked 24/1, 2019 at 12:32

4

Solved

I'm working on an Outlook add-in and I'm looking for a complete list that relates that MAPI properties to there names that is a little less vague than this. There is plenty of documentation on how...
Oligoclase asked 19/10, 2009 at 15:47

3

Solved

The 32-bit version of our app is unable to send email using MAPISendMail with 64-bit Outlook installed. It returns an error 0x80004005, about which I can find little information beyond the fact tha...
Jesu asked 9/10, 2012 at 18:4

9

Solved

I'm writing a CMS application in PHP and one of the requirements is that it must be able to interface with the customer's Exchange server. I've written up this functionality a few times before and ...
Hoplite asked 3/8, 2008 at 0:3

2

I am trying to add a feature to my C# / .Net app for a user to email a file. When a user has Outlook installed, I can successfully use the Outlook interop APIs to do exactly what I want. However on...
Bores asked 10/8, 2015 at 10:18

1

I want to use the mail functions without registering the COM dll (regsvr32). I followed the informations from: http://www.dimastr.com/redemption/security.htm#redemptionloader so i initialize the ...
Pericles asked 14/12, 2017 at 10:17

1

Solved

I have an Outlook folder, let's call it LoremIpsum, where I have more than 1000+ email drafts that I want to enumarate and do some filtering via PowerShell. I can access the folder and see the emai...
Katharyn asked 13/11, 2017 at 12:39

2

is there an officially supported way to convert item ids from the Outlook REST API into an MAPI EntryID? I am talking about the "Id" field returned for items in the json response of an http GET on...
Trapper asked 14/2, 2017 at 7:53

1

I have written a simple MAPI provider DLL that implements the following functions: MapiLogOn MapiLogOff MapiSendMail MapiSendDocuments MapiFindNext MapiReadMail MapiSaveMail MapiDeleteMail M...
Scilicet asked 7/2, 2017 at 20:41

3

Solved

I am trying to use the function from on this page: http://www.outlookcode.com/d/code/getfolder.htm to use the folder path to navigate to a folder. (I will copy that code onto the bottom of this que...
Pasteurize asked 11/6, 2013 at 16:48

8

Solved

I need the ability to monitor for and read e-mail from a particular mailbox on a MS Exchange Server (internal to my company). I also need to be able to read the sender's e-mail address, subject, me...
Toxicity asked 16/3, 2009 at 23:34

2

Solved

Some of our users are getting this exception sometimes (not for every contact): System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception from HRESUL...
Chris asked 17/12, 2010 at 15:7

3

Solved

I am making an application to access a particular email account hosted on an Exchange 2003 server and do some stuff to the unread emails found. I do not really know very much about how MAPI works, ...
Chromatograph asked 19/7, 2012 at 13:9

3

Solved

I would like to perform the following task: converting a TRichEdit content (an rtf text) into a not-plain-text e-mail message body. MAPI doesn't support rtf, but is there a way to do it maybe with...
Meliorate asked 22/7, 2010 at 13:17

1

Solved

We are experiencing an intermittent deadlock using a freeware MAPI/SMAPI implementation. I doubt the implementation is at fault but perhaps changing the logon flags to MapiLogon or a configuration ...
Tutor asked 18/7, 2014 at 13:39

1

Solved

I know interlock APIs are used inside to AddRef and Release methods of a COM object to increment/decrement the reference count thread safe. But I am trying to understand here is that is using Inter...
Quatrefoil asked 6/8, 2013 at 9:46

2

Solved

I can pull email, walk through them, mark them as read, even sort. However, when I tried to restrict by ReceivedTime, it doesn't seem to be working. I get nothing back no matter what date/time I pu...
Diao asked 18/6, 2013 at 13:5

2

NOTE: I'm using VBA and Office 2007. (I would use C#, but the project parameters don't allow this) I'm attempting to find some method in Outlook, or an API, that will allow me to open an Outlook m...
Rutile asked 15/9, 2011 at 22:34

2

Solved

I have written this code to find the total duration of all appointments of a specified category within a specified time range: private readonly MAPIFolder _timing; private int CalculateTotalDurat...
Frostbite asked 3/1, 2013 at 5:20

1

Solved

As I mentioned in a former Question it is no problem to get shared contacts in Outlook via MAPI. But this is only possible, if you know the Users/Recipients sharing contacts (or also calendar) with...
Monde asked 23/11, 2012 at 9:39

2

Solved

I'm using the MAPI code by Dave Brooks. I am attempting to programatically send out a Crystal Report that is generated. When I run through the code without threading everything runs fine. The pro...
Siva asked 5/3, 2009 at 18:33

1

Solved

MS Exchange / Outlook messages store data using MAPI. One common MAPI property contains a rich text version of the message's body (0x1009, PR_RTF_COMPRESSED, PidTagRtfCompressed). If the rich text ...
Nagey asked 1/10, 2012 at 21:24

© 2022 - 2025 — McMap. All rights reserved.