HostedEmailManager::HostedEmailAccountUpdated Event
Occurs when any hosted email account is updated.
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
This event occurs when an account is modified. This includes when an account is deleted successfully.
The following code sample describes using HostedEmailAccountUpdated as part of the process of connecting to the service. For the complete code sample, see Quickstart: Creating a Hosted Email Adapter.
private void Manager_ConnectCompleted()
{
manager.HostedEmailAccountUpdated += OnEmailAccountUpdated;
QueryDomainNames();
QueryMailboxNumber();
}
Community Additions
ADD
Show: