Share via


SerializableEmailAccountInfo Class

 

Contains serializable email account information.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.HostedEmail.SerializableEmailAccountInfo

Syntax

[SerializableAttribute]
[DataContractAttribute]
public class SerializableEmailAccountInfo : IEquatable<SerializableEmailAccountInfo>
[SerializableAttribute]
[DataContractAttribute]
public ref class SerializableEmailAccountInfo : IEquatable<SerializableEmailAccountInfo^>
<SerializableAttribute>
<DataContractAttribute>
Public Class SerializableEmailAccountInfo
    Implements IEquatable(Of SerializableEmailAccountInfo)

Constructors

Name Description
System_CAPS_pubmethod SerializableEmailAccountInfo()

Creates a new instance of the SerializableEmailAccountInfo object.

Properties

Name Description
System_CAPS_pubproperty AccountId

Gets the account ID.

System_CAPS_pubproperty AdditionalEmailAddresses

Gets a collection of additional email addresses.

System_CAPS_pubproperty DisplayName

Gets the display name.

System_CAPS_pubproperty Enabled

Gets a value that describes if the instance is enabled.

System_CAPS_pubproperty ExtendedProperties

Gets and sets the extended properties.

System_CAPS_pubproperty FirstName

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

System_CAPS_pubproperty LastName

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

System_CAPS_pubproperty PrimaryEmailAddress

Gets the primary email address.

System_CAPS_pubproperty WSSUserName

Gets the WSS user name.

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

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEquatable<SerializableEmailAccountInfo>.Equals(SerializableEmailAccountInfo)

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

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

Return to top