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 "MAPILogon" in [All]

mapi32

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

  /// The MAPILogon function begins a Simple MAPI session, loading the default message store

.

  public static extern uint MAPILogon(IntPtr ulUIParam, string lpszProfileName, string lpszPassword,

.

    Private Shared Function MAPILogon(ByVal uiParam As Integer, _

.

  uint error = MAPILogon(hwnd, null, null, MAPI_LOGON_UI, 0, ref session);

.
Documentation
[MAPILogon] on MSDN

Constants

2: MAPI
.

  /// MAPILogon should only prompt for a password and not allow the user to change the profile name.

.

  /// If the MAPI_NEW_SESSION flag is not set, MAPILogon uses an existing shared session.


 
Access PInvoke.net directly from VS: