_Account.SmtpAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String (string in C#) representing the Simple Mail Transfer Protocol (SMTP) address for the Account. Read-only.
public:
property System::String ^ SmtpAddress { System::String ^ get(); };
public string SmtpAddress { get; }
Public ReadOnly Property SmtpAddress As String
Property Value
Remarks
The purpose of SmtpAddress and 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.