Share via


HostedEmailIntegrationManager.PasswordSyncWanted Property

 

Retrieves a value that indicates if password sync is supported on the current hosted email add-in.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public static bool PasswordSyncWanted { get; set; }
public:
property bool PasswordSyncWanted {
    static bool get();
    static void set(bool value);
}
Public Shared Property PasswordSyncWanted As Boolean

Property Value

Type: System.Boolean

true if password sync is supported; otherwise, false.

See Also

HostedEmailIntegrationManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top