Share via


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
System_CAPS_pubmethod HostedEmailAccountUpdatedEventArgs(String, SerializableEmailAccountInfo)

Creates a new instance of the HostedEmailAccountUpdatedEventArgs, using the specified user name and account information.

Properties

Name Description
System_CAPS_pubproperty AccountInfo

Retrieves the account information associated with the event.

System_CAPS_pubproperty WSSUserName

Retrieves or sets the Windows Server user name associated with the event.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToPwdSyncUserUpdatedEventArgs()

Retrieves or sets the data associated with a password sync event.

System_CAPS_pubmethod 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