HostedEmailAccountUpdatedEventArgs Class
Contains the event arguments used in the HostedEmailAccountUpdated event.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailAccountUpdatedEventArgs
Syntax
[DataContractAttribute]
public class HostedEmailAccountUpdatedEventArgs : EventArgs
[DataContractAttribute]
public ref class HostedEmailAccountUpdatedEventArgs : EventArgs
<DataContractAttribute>
Public Class HostedEmailAccountUpdatedEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
HostedEmailAccountUpdatedEventArgs(String, SerializableEmailAccountInfo) | Creates a new instance of the HostedEmailAccountUpdatedEventArgs, using the specified user name and account information. |
Properties
Name | Description | |
---|---|---|
AccountInfo | Retrieves the account information associated with the event. |
|
WSSUserName | Retrieves or sets the Windows Server user name associated with the event. |
Methods
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.) |
Remarks
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.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.HostedEmail Namespace
How to: Manage the Hosted Email Service
Return to top