Desktop Functions: Smart Device Functions:
|
Search Results for "MAPISendMail" in [All]mapi32
/// message. MAPISendDocuments differs from the MAPISendMail function in that it allows 2: MAPISendMail
/// The MAPISendMail function sends a message.
public static extern uint MAPISendMail(IntPtr lhSession, IntPtr ulUIParam,
Private Shared Function MAPISendMail(ByVal sess As IntPtr, ByVal hwnd As IntPtr, ByVal message As MapiMessage,
static extern int MAPISendMail(IntPtr sess, IntPtr hwnd, MapiMessage message, int flg, int rsv);
int result = MAPISendMail(new IntPtr(0), new IntPtr(0), msg, 0x00000001 | 0x00000008, 0); |