Compartilhar via


ItemAttachment.Load Método

Definição

Sobrecargas

Load(PropertyDefinitionBase[])

Carrega o anexo.

Load(IEnumerable<PropertyDefinitionBase>)

Carrega o anexo.

Load(BodyType, PropertyDefinitionBase[])

Carrega o anexo.

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

Carrega o anexo.

Load(PropertyDefinitionBase[])

Carrega o anexo.

public:
 void Load(... cli::array <Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load (params Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase[] additionalProperties);
Public Sub Load (ParamArray additionalProperties As PropertyDefinitionBase())

Parâmetros

additionalProperties
PropertyDefinitionBase[]

As propriedades adicionais a serem carregadas. Esse parâmetro é opcional.

Aplica-se a

Load(IEnumerable<PropertyDefinitionBase>)

Carrega o anexo.

public:
 void Load(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> additionalProperties);
Public Sub Load (additionalProperties As IEnumerable(Of PropertyDefinitionBase))

Parâmetros

additionalProperties
IEnumerable<PropertyDefinitionBase>

As propriedades adicionais a serem carregadas. Esse parâmetro é opcional.

Aplica-se a

Load(BodyType, PropertyDefinitionBase[])

Carrega o anexo.

public:
 void Load(Microsoft::Exchange::WebServices::Data::BodyType bodyType, ... cli::array <Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load (Microsoft.Exchange.WebServices.Data.BodyType bodyType, params Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase[] additionalProperties);

Parâmetros

bodyType
BodyType

O tipo de corpo a ser carregado.

additionalProperties
PropertyDefinitionBase[]

As propriedades adicionais a serem carregadas. Esse parâmetro é opcional.

Aplica-se a

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

Carrega o anexo.

public:
 void Load(Microsoft::Exchange::WebServices::Data::BodyType bodyType, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load (Microsoft.Exchange.WebServices.Data.BodyType bodyType, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> additionalProperties);

Parâmetros

bodyType
BodyType

O tipo de corpo a ser carregado.

additionalProperties
IEnumerable<PropertyDefinitionBase>

As propriedades adicionais a serem carregadas. Esse parâmetro é opcional.

Aplica-se a