Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MAPISendMail" in [All]

mapi32

.

  /// message. MAPISendDocuments differs from the MAPISendMail function in that it allows

.
Summary
MAPISendMail - Sends a message.
.

  /// 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);

.
Documentation
[MAPISendMail] on MSDN

 
Access PInvoke.net directly from VS: