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 the account information associated with the event.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public EmailAccountInfo AccountInfo { get; }
public:
property EmailAccountInfo^ AccountInfo {
EmailAccountInfo^ get();
}
Public ReadOnly Property AccountInfo As EmailAccountInfo
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.EmailAccountInfo
A EmailAccountInfo containing the account information.
See Also
HostedEmailAccountUpdatedEventArgs Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top