ItemAttachment<TItem> class

Represents a strongly typed item attachment.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public NotInheritable Class ItemAttachment(Of TItem As Item) _
	Inherits ItemAttachment
'Usage
Dim instance As ItemAttachment(Of TItem)

Type parameters

TItem

The item type.

Any public static ( in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: