Account.SmtpAddress Property

Outlook Developer Reference

Returns a String representing the Simple Mail Transfer Protocol (SMTP) address for the Account. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SmtpAddress

expression   A variable that represents an Account object.

Remarks

The purpose of SmtpAddress and Account.UserName is to provide an account-based context to determine identity.

If the account does not have an SMTP address, SmtpAddress returns an empty string.

See Also