Tagged Questions

1
vote
1answer
8 views

Get email folder from MailItem via MAPI interface

I'm creating a program to automatically generate reports from incoming email attachments and it is almost complete save for one area. The incoming emails are automatically filtered …
0
votes
2answers
560 views

howto create an Outlook.Folder Object from Outlook.Application.ActiveExplorer.CurrentFolder

i have this "simple" Outlook-Object: Outlook.Explorer olExplorer = this.Application.ActiveExplorer(); in "ThisAddin_StartUp" i register the olExplorer.FolderSwitch event to a fu …
0
votes
2answers
95 views

How to create a MAPI32.dll stub to be able to “send as attachment” from MS Word?

Microsoft Word has a "send as attachment" function which creates a new message in Outlook with the document attached. I would like to replace Outlook with a custom mail agent, bu …
0
votes
0answers
23 views

Trying to use Mapi MapiSendMail to send an email with an embedded image

I'm trying to use Mapi MapiSendMail to send an email with an embedded image. Not having any luck. My file keeps showing up in the email as an attachment, not embedded. I see the …
1
vote
2answers
54 views

Is there a MAPI API for .NET Applications?

Data comes in by email as a zipped file. The Java solution we wrote tried to parse and download the email automatically and load the data. We ran into all kinds of problems getting …
4
votes
8answers
4k views

Read MS Exchange email in C#

Hey guys - I need the ability to monitor for and read email from a particular mailbox on a MS Exchange Server (internal to my company). I also need to be able to read the sender' …
0
votes
0answers
53 views

Not able to access Inbox of Exchange mailbox wiht MAPI.Session Object from VB6 application

I have a vb 6 application whic fetch the emails from Exchange mailbox and copy them in to text file. This was working fine for me. I have a requirement to change the communication …
0
votes
1answer
31 views

Is there a list of IDs for the Outlook MAPI namespace?

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 doc …
1
vote
0answers
51 views

How can I tell whether a given MAPI message is incoming or outgoing?

In a COM-addin for Outlook (using Redemption) I need to be able to determine whether a given message that I'm looking at was received or sent (I only want to act on the incoming on …
2
votes
7answers
659 views

MAPI and managed code experiences?

Using MAPI functions from within managed code is officially unsupported. Apparently, MAPI uses its own memory management and it crashes and burns within managed code (see here and …
0
votes
3answers
524 views

MAPISendMail doesn’t work when Outlook is running.

I've been using Mapi32 from a Winforms app to send bring up a new mail message with attachments for a while now, and it's worked really well. (Yes, I'm aware that calling into MAPI …
0
votes
8answers
339 views

How to send mail on windows (other than MAPI)

When viewing the MSDN MAPI documentation page it says the API is now deprecated. If that's the case, what is the suggested API for sending mail these days? http://msdn.microsoft.c …
0
votes
1answer
225 views

How to get Email title using MAPI on Windows Mobile?

I want to get email title in PockerOutlook in Windows Mobile, but currently Microsoft.WindowsMobile.PocketOutlook has the ability to: Enumerate messaging accounts. Send Email Sen …
2
votes
5answers
1k views

email using Access and VBA without MAPI

I would like to send email from Microsoft Access unattended using VBA. I understand that the built-in method “SendObject” uses MAPI meaning security prompts and something like Out …
0
votes
2answers
225 views

MAPI: Format of PR_SEARCH_KEY

Does anyone know the format of the MAPI property PR_SEARCH_KEY? The online documentation has this to say about it: The search key is formed by concatenating the address type …

1 2 3 4 next
15 30 50 per page