_ExchangeUser.PrimarySmtpAddress Property

Definition

Returns a String (string in C#) representing the primary Simple Mail Transfer Protocol (SMTP) address for the ExchangeUser. Read-only.

public:
 property System::String ^ PrimarySmtpAddress { System::String ^ get(); };
public string PrimarySmtpAddress { get; }
Public ReadOnly Property PrimarySmtpAddress As String

Property Value

Remarks

This property corresponds to the MAPI property, PidTagEmailAddress.

Returns an empty string if this property has not been implemented or does not exist for the ExchangeUser object.

Applies to