Desktop Functions: Smart Device Functions:
|
Search Results for "MapiMessage" in [All]Structures1: MAPI
/// That is, attachments replace the character in the MapiMessage structure field
/// A MapiMessage structure contains information about a message.
public class MapiMessage {
''' A MapiMessage structure contains information about a message.
Public Structure MapiMessage
''' That is, attachments replace the character in the MapiMessage structure field mapi322: MapiMessage
3: MAPISaveMail
MapiMessage lpMessage, uint flFlags, uint ulReserved, string lpszMessageID); 4: MAPISendMail
MapiMessage lpMessage, uint flFlags, uint ulReserved);
Private Shared Function MAPISendMail(ByVal sess As IntPtr, ByVal hwnd As IntPtr, ByVal message As MapiMessage, This signature is valid, if the MapiMessage is defined as a class. If MapiMessage is defined as a structure a 'ref' has to be added before 'MapiMessage lpMessage' parameter
static extern int MAPISendMail(IntPtr sess, IntPtr hwnd, MapiMessage message, int flg, int rsv);
MapiMessage msg = new MapiMessage();
public class MapiMessage Constants5: MAPI
/// MapiMessage structure. |