Share via


EmailAccountInfo.AccountId Property

 

Retrieves or sets the account ID.

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

Syntax

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

Property Value

Type: System.String

A String containing the account ID.

See Also

EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top