Item.Bind Método

Definición

Sobrecargas

Bind(ExchangeService, ItemId)

Enlaza a un elemento existente, sea cual sea su tipo real, y carga sus propiedades de primera clase. Llamar a este método da como resultado una llamada a Exchange Web Services (EWS).

Bind(ExchangeService, ItemId, PropertySet)

Enlaza a un elemento existente, sea cual sea su tipo real, y carga el conjunto de propiedades especificado.

Bind(ExchangeService, ItemId)

Enlaza a un elemento existente, sea cual sea su tipo real, y carga sus propiedades de primera clase. Llamar a este método da como resultado una llamada a Exchange Web Services (EWS).

public:
 static Microsoft::Exchange::WebServices::Data::Item ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ id);
public static Microsoft.Exchange.WebServices.Data.Item Bind(Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId id);
Public Shared Function Bind (service As ExchangeService, id As ItemId) As Item

Parámetros

service
ExchangeService

Servicio que se va a usar para enlazar al elemento.

id
ItemId

Identificador del elemento al que se va a enlazar.

Devoluciones

Instancia de Item que representa el elemento que corresponde al identificador especificado.

Excepciones

Para obtener más información sobre esta excepción, vea Bind(ExchangeService, ItemId).

Se aplica a

Bind(ExchangeService, ItemId, PropertySet)

Enlaza a un elemento existente, sea cual sea su tipo real, y carga el conjunto de propiedades especificado.

public:
 static Microsoft::Exchange::WebServices::Data::Item ^ Bind(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service, Microsoft::Exchange::WebServices::Data::ItemId ^ id, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet);
public static Microsoft.Exchange.WebServices.Data.Item Bind(Microsoft.Exchange.WebServices.Data.ExchangeService service, Microsoft.Exchange.WebServices.Data.ItemId id, Microsoft.Exchange.WebServices.Data.PropertySet propertySet);

Parámetros

service
ExchangeService

Servicio que se va a usar para enlazar al elemento.

id
ItemId

Identificador del elemento al que se va a enlazar.

propertySet
PropertySet

Conjunto de propiedades que se van a cargar.

Devoluciones

Instancia de Item que representa el elemento correspondiente al identificador especificado.

Excepciones

Para obtener más información sobre esta excepción, vea Bind(ExchangeService, ItemId).

Se aplica a