_Account.SmtpAddress Property

Definition

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.

Applies to