HostedEmailAccountUpdatedEventArgs Class
Contains the event arguments used in the HostedEmailAccountUpdated event.
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
System::EventArgs
Microsoft.WindowsServerSolutions.HostedEmail::HostedEmailAccountUpdatedEventArgs
| Name | Description | |
|---|---|---|
![]() | HostedEmailAccountUpdatedEventArgs(String^, SerializableEmailAccountInfo^) | Creates a new instance of the HostedEmailAccountUpdatedEventArgs, using the specified user name and account information. |
| Name | Description | |
|---|---|---|
![]() | AccountInfo | Retrieves the account information associated with the event. |
![]() | WSSUserName | Retrieves or sets the Windows Server user name associated with the event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToPwdSyncUserUpdatedEventArgs() | Retrieves or sets the data associated with a password sync event. |
![]() | ToString() | (Inherited from Object.) |
This object is used exclusively to pass the email account and user information during an update event. Such events usually occur through calls to the HostedEmailManager object, and include activities such as account creation, activation, and deletion.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


