EmailAccount Class

 

Represents the arguments returned by the GetAvailableEmailAccountsCompletedEventArgs class.

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

System::Object
  Microsoft.WindowsServerSolutions.Common::EmailAccount

public ref class EmailAccount 

NameDescription
System_CAPS_pubmethodEmailAccount(String^, Boolean)

Initializes a new instance of the EmailAccount class.

NameDescription
System_CAPS_pubpropertyEmailAddress

The email address of the account.

System_CAPS_pubpropertyIsActivated

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

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

This is only available on Small Business Server 2011 Essentials.

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: