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.
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