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