UserConfigurationBind(ExchangeService, String, WellKnownFolderName, UserConfigurationProperties) - метод
Binds to an existing user configuration and loads the specified properties.
Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public static Task<UserConfiguration> Bind(
ExchangeService service,
string name,
WellKnownFolderName parentFolderName,
UserConfigurationProperties properties
)
Public Shared Function Bind (
service As ExchangeService,
name As String,
parentFolderName As WellKnownFolderName,
properties As UserConfigurationProperties
) As Task(Of UserConfiguration)
public:
static Task<UserConfiguration^>^ Bind(
ExchangeService^ service,
String^ name,
WellKnownFolderName parentFolderName,
UserConfigurationProperties properties
)
static member Bind :
service : ExchangeService *
name : string *
parentFolderName : WellKnownFolderName *
properties : UserConfigurationProperties -> Task<UserConfiguration>
- service ExchangeService
- The service to which the user configuration is bound.
- name String
- The name of the user configuration.
- parentFolderName WellKnownFolderName
- The name of the folder containing the user configuration.
- properties UserConfigurationProperties
- The properties to load.
TaskUserConfigurationA user configuration instance.