Share via


IHostedEmailProviderBackend.HostedEmailAccountUpdated Event

 

Occurs when any hosted email account is updated.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

event EventHandler<HostedEmailAccountUpdatedEventArgs> HostedEmailAccountUpdated
event EventHandler<HostedEmailAccountUpdatedEventArgs^>^ HostedEmailAccountUpdated {
    void add(EventHandler<HostedEmailAccountUpdatedEventArgs^>^ value);
    void remove(EventHandler<HostedEmailAccountUpdatedEventArgs^>^ value);
}
Event HostedEmailAccountUpdated As EventHandler(Of HostedEmailAccountUpdatedEventArgs)

See Also

IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top