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 information on a hosted email account.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public EmailAccountInfo EmailAccount { get; internal set; }
public:
property EmailAccountInfo^ EmailAccount {
    EmailAccountInfo^ get();
    internal: void set(EmailAccountInfo^ value);
}
Public Property EmailAccount As EmailAccountInfo
    Get
    Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.EmailAccountInfo
A EmailAccountInfo containing information on a hosted email account.
See Also
UserEmailInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top