Solid Edge Framework Type Library
MailLogon Method
Specifies the mail account name. If not specified, the default mail account name is used.
Specifies the mail account password.
If True, specifies that new mail is to be downloaded immediately.
Description
Logs into MAPI mail and establishes a mail session.
Syntax
Visual Basic
Public Sub MailLogon( _
   Optional ByVal Name As Variant, _
   Optional ByVal Password As Variant, _
   Optional ByVal DownloadNewMail As Variant _
) 
Parameters
Name
Specifies the mail account name. If not specified, the default mail account name is used.
Password
Specifies the mail account password.
DownloadNewMail
If True, specifies that new mail is to be downloaded immediately.
Remarks
A mail session must be established before mail or document routing functions can be used. Previously established mail sessions are logged off before an attempt is made to establish the new session.
See Also

Application Object  | Application Members