ItemAttachment.Load Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.