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 | |
---|---|---|
![]() |
SerializableEmailAccountInfo() | Creates a new instance of the SerializableEmailAccountInfo object. |
Properties
Name | Description | |
---|---|---|
![]() |
AccountId | Gets the account ID. |
![]() |
AdditionalEmailAddresses | Gets a collection of additional email addresses. |
![]() |
DisplayName | Gets the display name. |
![]() |
Enabled | Gets a value that describes if the instance is enabled. |
![]() |
ExtendedProperties | Gets and sets the extended properties. |
![]() |
FirstName | Gets the first name of the user associated with the e-mail account. |
![]() |
LastName | Gets and sets the last name of the user associated with the account. |
![]() |
PrimaryEmailAddress | Gets the primary email address. |
![]() |
WSSUserName | Gets the WSS user name. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
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