Share via


HostedEmailAccountUpdatedEventArgs.AccountInfo Property

 

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