EmailAccount Constructor (String, Boolean)
Initializes a new instance of the EmailAccount class.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public EmailAccount(
string emailAddress,
bool isActivated
)
public:
EmailAccount(
String^ emailAddress,
bool isActivated
)
Public Sub New (
emailAddress As String,
isActivated As Boolean
)
Parameters
emailAddress
Type: System.StringThe email address of the account.
isActivated
Type: System.BooleanWhether the email account is enabled. True if the account is enabled; otherwise, False.
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
EmailAccount Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top