MAPILogon (mapi32)
Last changed: -216.77.154.39

.
Summary
MAPILogon - Begins a Simple MAPI session, loading the default message store and address book providers.

C# Signature:

  /// <summary>
  /// The MAPILogon function begins a Simple MAPI session, loading the default message store
  /// and address book providers.
  /// </summary>
  [DllImport("MAPI32.DLL", CharSet=CharSet.Ansi)]
  public static extern uint MAPILogon(IntPtr ulUIParam, string lpszProfileName, string lpszPassword,
    uint flFlags, uint ulReserved, ref IntPtr lplhSession);

VB Signature:

Please add!

User-Defined Structures:

None.

User-Defined Constants:

MAPI

Notes:

The calling application's working directory may be changed after using this function.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
MAPILogon on MSDN