HostedEmailIntegrationManager.PasswordSyncEnabled Property
Returns a value that indicates whether password sync is enabled on the current hosted email add-in.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public static bool PasswordSyncEnabled { get; }
public:
property bool PasswordSyncEnabled {
static bool get();
}
Public Shared ReadOnly Property PasswordSyncEnabled As Boolean
Property Value
Type: System.Boolean
true if password sync is enabled; otherwise, false.
See Also
HostedEmailIntegrationManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top