Table of Contents

Class ItemAttachment

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an item attachment.

public class ItemAttachment : Attachment
Inheritance
ItemAttachment
Derived
Inherited Members

Properties

Item

Gets the item associated with the attachment.

public Item Item { get; }

Property Value

Item

Methods

Load(BodyType, params PropertyDefinitionBase[])

Loads this attachment.

public void Load(BodyType bodyType, params PropertyDefinitionBase[] additionalProperties)

Parameters

bodyType BodyType

The body type to load.

additionalProperties PropertyDefinitionBase[]

The optional additional properties to load.

Load(BodyType, IEnumerable<PropertyDefinitionBase>)

Loads this attachment.

public void Load(BodyType bodyType, IEnumerable<PropertyDefinitionBase> additionalProperties)

Parameters

bodyType BodyType

The body type to load.

additionalProperties IEnumerable<PropertyDefinitionBase>

The optional additional properties to load.

Load(params PropertyDefinitionBase[])

Loads this attachment.

public void Load(params PropertyDefinitionBase[] additionalProperties)

Parameters

additionalProperties PropertyDefinitionBase[]

The optional additional properties to load.

Load(IEnumerable<PropertyDefinitionBase>)

Loads this attachment.

public void Load(IEnumerable<PropertyDefinitionBase> additionalProperties)

Parameters

additionalProperties IEnumerable<PropertyDefinitionBase>

The optional additional properties to load.