Share via


EmailAccountInfo.PrimaryEmailAddress Property

 

Retrieves or sets the primary email address of the account.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)

Syntax

public string PrimaryEmailAddress { get; set; }
public:
property String^ PrimaryEmailAddress {
    String^ get();
    void set(String^ value);
}
Public Property PrimaryEmailAddress As String

Property Value

Type: System.String

A String that contains the primary email address.

See Also

EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top