AttachmentCollection.AddItemAttachment<TItem> 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.
Adds an item attachment to the collection.
public:
generic <typename TItem>
where TItem : Microsoft::Exchange::WebServices::Data::Item Microsoft::Exchange::WebServices::Data::ItemAttachment<TItem> ^ AddItemAttachment();
public Microsoft.Exchange.WebServices.Data.ItemAttachment<TItem> AddItemAttachment<TItem> () where TItem : Microsoft.Exchange.WebServices.Data.Item;
Public Function AddItemAttachment(Of TItem As Item) () As ItemAttachment(Of TItem)
Type Parameters
- TItem
The type of the item to be attached to the collection.
Returns
An item attachment.