次の方法で共有


EmailAccount Class

 

Represents the arguments returned by the GetAvailableEmailAccountsCompletedEventArgs class.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.EmailAccount

Syntax

public class EmailAccount
public ref class EmailAccount 
Public Class EmailAccount

Constructors

Name Description
System_CAPS_pubmethod EmailAccount(String, Boolean)

Initializes a new instance of the EmailAccount class.

Properties

Name Description
System_CAPS_pubproperty EmailAddress

The email address of the account.

System_CAPS_pubproperty IsActivated

Whether the email account is activated. True if the account is activated; otherwise, False.

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

Remarks

This is only available on Small Business Server 2011 Essentials.

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.Common Namespace

Return to top