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 | |
---|---|---|
![]() |
EmailAccount(String, Boolean) | Initializes a new instance of the EmailAccount class. |
Properties
Name | Description | |
---|---|---|
![]() |
EmailAddress | The email address of the account. |
![]() |
IsActivated | Whether the email account is activated. True if the account is activated; otherwise, False. |
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.) |
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