PrimarySmtpAddress

AccountInformation.PrimarySmtpAddress property

Specifies the primary SMTP address for the given account. The value of the PrimarySmtpAddress can also be returned as a value for the SMTPAddress. The PrimarySmtpAddress is not supported when the protocol version is 12.1 or 14.0.

public string PrimarySmtpAddress { get; set; }

See Also