NetXP 3.0 Reference

Mapi.Logon Method 

Logs in to MAPI.

[Visual Basic]
Public Function Logon( _
   ByVal hwnd As IntPtr _
) As Boolean
[C#]
public bool Logon(
   IntPtr hwnd
);

Parameters

hwnd
Window to be parent of login dialog.

Return Value

True if succeeds.

See Also

Mapi Class | NETXP.Library Namespace