UserEmailInfo.EmailAccount Property
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