Compartilhar via


Appointment.BindToRecurringMaster Método

Definição

Sobrecargas

BindToRecurringMaster(ExchangeService, ItemId)

Vincula-se ao compromisso master de uma série periódica e carrega as respetivas propriedades de primeira classe. Chamar este método resulta numa chamada para os Serviços Web do Exchange (EWS).

BindToRecurringMaster(ExchangeService, ItemId, PropertySet)

Vincula ao compromisso master de uma série periódica e carrega o conjunto especificado de propriedades. Chamar este método resulta numa chamada para os Serviços Web do Exchange (EWS).

BindToRecurringMaster(ExchangeService, ItemId)

Vincula-se ao compromisso master de uma série periódica e carrega as respetivas propriedades de primeira classe. Chamar este método resulta numa chamada para os Serviços Web do Exchange (EWS).

public:
 static Microsoft::Exchange::WebServices::Data::Appointment ^ BindToRecurringMaster(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ occurrenceId);
public static Microsoft.Exchange.WebServices.Data.Appointment BindToRecurringMaster (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId occurrenceId);
Public Shared Function BindToRecurringMaster (service As ExchangeService, occurrenceId As ItemId) As Appointment

Parâmetros

service
ExchangeService

O serviço a utilizar para vincular ao compromisso.

occurrenceId
ItemId

O identificador de uma das ocorrências na série.

Retornos

O master compromisso da série periódica à qual pertence a ocorrência especificada.

Aplica-se a

BindToRecurringMaster(ExchangeService, ItemId, PropertySet)

Vincula ao compromisso master de uma série periódica e carrega o conjunto especificado de propriedades. Chamar este método resulta numa chamada para os Serviços Web do Exchange (EWS).

public:
 static Microsoft::Exchange::WebServices::Data::Appointment ^ BindToRecurringMaster(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ occurrenceId, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public static Microsoft.Exchange.WebServices.Data.Appointment BindToRecurringMaster (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId occurrenceId, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);

Parâmetros

service
ExchangeService

O serviço a utilizar para vincular ao compromisso.

occurrenceId
ItemId

O identificador de uma das ocorrências na série.

propertySet
PropertySet

O conjunto de propriedades a carregar.

Retornos

O master compromisso da série periódica à qual pertence a ocorrência especificada.

Aplica-se a