Table of Contents

Class ItemAttachment<TItem>

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

Represents a strongly typed item attachment.

public sealed class ItemAttachment<TItem> : ItemAttachment where TItem : Item

Type Parameters

TItem

Item type.

Inheritance
ItemAttachment<TItem>
Inherited Members

Properties

Item

Gets the item associated with the attachment.

public TItem Item { get; }

Property Value

TItem