HostedEmailAccountUpdatedEventArgs Class

 

Contains the event arguments used in the HostedEmailAccountUpdated event.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

System::Object
  System::EventArgs
    Microsoft.WindowsServerSolutions.HostedEmail::HostedEmailAccountUpdatedEventArgs

[DataContractAttribute]
public ref class HostedEmailAccountUpdatedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodHostedEmailAccountUpdatedEventArgs(String^, SerializableEmailAccountInfo^)

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

NameDescription
System_CAPS_pubpropertyAccountInfo

Retrieves the account information associated with the event.

System_CAPS_pubpropertyWSSUserName

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToPwdSyncUserUpdatedEventArgs()

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

System_CAPS_pubmethodToString()

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

Return to top

Community Additions

ADD
Show: