/// <summary>
/// The MAPIReadMail function retrieves a message for reading.
/// </summary>
[DllImport("MAPI32.DLL", CharSet=CharSet.Ansi)]
public static extern uint MAPIReadMail(IntPtr lhSession, IntPtr ulUIParam, string lpszMessageID,
uint flFlags, uint ulReserved, ref IntPtr lppMessage);
Please add!
If you retrieve a message with one or more attachments, you may be responsible for deleting the attachments' temporary files.
Please add some!
Please add some!
Do you know one? Please contribute it!