Appointment.BindToOccurrence Método

Definición

Sobrecargas

BindToOccurrence(ExchangeService, ItemId, Int32)

Enlaza con una ocurrencia de una cita existente y carga de sus propiedades de primera clases. Llamar a este método se genera en una llamada a servicios Web de Exchange (EWS).

BindToOccurrence(ExchangeService, ItemId, Int32, PropertySet)

Enlaza con una ocurrencia de una cita existente y carga el conjunto de propiedades especificado. Llamar a este método se genera en una llamada a servicios Web de Exchange (EWS).

BindToOccurrence(ExchangeService, ItemId, Int32)

Enlaza con una ocurrencia de una cita existente y carga de sus propiedades de primera clases. Llamar a este método se genera en una llamada a servicios Web de Exchange (EWS).

public:
 static Microsoft::Exchange::WebServices::Data::Appointment ^ BindToOccurrence(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ recurringMasterId, int occurenceIndex);
public static Microsoft.Exchange.WebServices.Data.Appointment BindToOccurrence (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId recurringMasterId, int occurenceIndex);
Public Shared Function BindToOccurrence (service As ExchangeService, recurringMasterId As ItemId, occurenceIndex As Integer) As Appointment

Parámetros

service
ExchangeService

El servicio a usar para enlazar a la cita.

recurringMasterId
ItemId

El identificador del patrón periódico que el índice representa una ocurrencia.

occurenceIndex
Int32

El índice de la aparición.

Devoluciones

Appointment

La aparición de una cita que corresponde al índice de repetición especificada.

Se aplica a

BindToOccurrence(ExchangeService, ItemId, Int32, PropertySet)

Enlaza con una ocurrencia de una cita existente y carga el conjunto de propiedades especificado. Llamar a este método se genera en una llamada a servicios Web de Exchange (EWS).

public:
 static Microsoft::Exchange::WebServices::Data::Appointment ^ BindToOccurrence(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ recurringMasterId, int occurenceIndex, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public static Microsoft.Exchange.WebServices.Data.Appointment BindToOccurrence (Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId recurringMasterId, int occurenceIndex, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);

Parámetros

service
ExchangeService

El servicio a usar para enlazar a la cita.

recurringMasterId
ItemId

El identificador del patrón periódico que el índice representa una ocurrencia.

occurenceIndex
Int32

El índice de la aparición.

propertySet
PropertySet

El conjunto de propiedades para cargar.

Devoluciones

Appointment

La aparición de una cita que corresponde al índice de repetición especificada.

Se aplica a