ItemAttachment.Load Method

Definition

Overloads

Load(PropertyDefinitionBase[])

Loads the attachment.

Load(IEnumerable<PropertyDefinitionBase>)

Loads the attachment.

Load(BodyType, PropertyDefinitionBase[])

Loads the attachment.

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

Loads the attachment.

Load(PropertyDefinitionBase[])

Loads the attachment.

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())

Parameters

additionalProperties
PropertyDefinitionBase[]

The additional properties to load. This parameter is optional.

Applies to

Load(IEnumerable<PropertyDefinitionBase>)

Loads the attachment.

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))

Parameters

additionalProperties
IEnumerable<PropertyDefinitionBase>

The additional properties to load. This parameter is optional.

Applies to

Load(BodyType, PropertyDefinitionBase[])

Loads the attachment.

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);

Parameters

bodyType
BodyType

The body type to load.

additionalProperties
PropertyDefinitionBase[]

The additional properties to load. This parameter is optional.

Applies to

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

Loads the attachment.

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);

Parameters

bodyType
BodyType

The body type to load.

additionalProperties
IEnumerable<PropertyDefinitionBase>

The additional properties to load. This parameter is optional.

Applies to