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.
Gets the account ID.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
[DataMemberAttribute]
public string AccountId { get; internal set; }
public:
[DataMemberAttribute]
property String^ AccountId {
String^ get();
internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property AccountId As String
Get
Friend Set
End Property
Property Value
Type: System.String
The account ID.
See Also
SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top