SerializableEmailAccountInfo Class

 

Contains serializable email account information.

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

System::Object
  Microsoft.WindowsServerSolutions.HostedEmail::SerializableEmailAccountInfo

[SerializableAttribute]
[DataContractAttribute]
public ref class SerializableEmailAccountInfo : IEquatable<SerializableEmailAccountInfo^>

NameDescription
System_CAPS_pubmethodSerializableEmailAccountInfo()

Creates a new instance of the SerializableEmailAccountInfo object.

NameDescription
System_CAPS_pubpropertyAccountId

Gets the account ID.

System_CAPS_pubpropertyAdditionalEmailAddresses

Gets a collection of additional email addresses.

System_CAPS_pubpropertyDisplayName

Gets the display name.

System_CAPS_pubpropertyEnabled

Gets a value that describes if the instance is enabled.

System_CAPS_pubpropertyExtendedProperties

Gets and sets the extended properties.

System_CAPS_pubpropertyFirstName

Gets the first name of the user associated with the e-mail account.

System_CAPS_pubpropertyLastName

Gets and sets the last name of the user associated with the account.

System_CAPS_pubpropertyPrimaryEmailAddress

Gets the primary email address.

System_CAPS_pubpropertyWSSUserName

Gets the WSS user name.

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_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEquatable<SerializableEmailAccountInfo^>::Equals(SerializableEmailAccountInfo^)

Indicates whether the current object is equal to another object of the same type.

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: