UserConfiguration.Bind Method

Definition

Overloads

Bind(ExchangeService, String, FolderId, UserConfigurationProperties)

Binds to an existing user configuration, based on a user configuration name, folder identifier, and the specified user configuration properties.

Bind(ExchangeService, String, WellKnownFolderName, UserConfigurationProperties)

Binds to an existing user configuration based on a user configuration name, folder name, and the specified user configuration properties.

Bind(ExchangeService, String, FolderId, UserConfigurationProperties)

Binds to an existing user configuration, based on a user configuration name, folder identifier, and the specified user configuration properties.

public:
 static Microsoft::Exchange::WebServices::Data::UserConfiguration ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, System::String ^ name, Microsoft::Exchange::WebServices::Data::FolderId ^ parentFolderId, Microsoft::Exchange::WebServices::Data::UserConfigurationProperties properties);
public static Microsoft.Exchange.WebServices.Data.UserConfiguration Bind (Microsoft.Exchange.WebServices.Data.ExchangeService service, string name, Microsoft.Exchange.WebServices.Data.FolderId parentFolderId, Microsoft.Exchange.WebServices.Data.UserConfigurationProperties properties);
Public Shared Function Bind (service As ExchangeService, name As String, parentFolderId As FolderId, properties As UserConfigurationProperties) As UserConfiguration

Parameters

service
ExchangeService

The service to which the user configuration is bound.

name
String

The name of the user configuration.

parentFolderId
FolderId

The identifier of the folder that contains the user configuration.

properties
UserConfigurationProperties

The properties to load.

Returns

A user configuration instance.

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to

Bind(ExchangeService, String, WellKnownFolderName, UserConfigurationProperties)

Binds to an existing user configuration based on a user configuration name, folder name, and the specified user configuration properties.

public:
 static Microsoft::Exchange::WebServices::Data::UserConfiguration ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, System::String ^ name, Microsoft::Exchange::WebServices::Data::WellKnownFolderName parentFolderName, Microsoft::Exchange::WebServices::Data::UserConfigurationProperties properties);
public static Microsoft.Exchange.WebServices.Data.UserConfiguration Bind (Microsoft.Exchange.WebServices.Data.ExchangeService service, string name, Microsoft.Exchange.WebServices.Data.WellKnownFolderName parentFolderName, Microsoft.Exchange.WebServices.Data.UserConfigurationProperties properties);
Public Shared Function Bind (service As ExchangeService, name As String, parentFolderName As WellKnownFolderName, properties As UserConfigurationProperties) As UserConfiguration

Parameters

service
ExchangeService

The service to which the user configuration is bound.

name
String

The name of the user configuration.

parentFolderName
WellKnownFolderName

The identifier of the folder that contains the user configuration.

properties
UserConfigurationProperties

The properties to load.

Returns

A user configuration instance.

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to