Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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