Uses of Class
microsoft.exchange.webservices.data.property.complex.ItemAttachment

Packages that use ItemAttachment
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.service   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.property.complex   
 

Uses of ItemAttachment in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core with parameters of type ItemAttachment
static Item EwsUtilities.createItemFromItemClass(ItemAttachment itemAttachment, Class<?> itemClass, boolean isNew)
          Creates the item from item class.
static Item EwsUtilities.createItemFromXmlElementName(ItemAttachment itemAttachment, String xmlElementName)
          Creates the item from xml element name.
 

Uses of ItemAttachment in microsoft.exchange.webservices.data.core.service
 

Methods in microsoft.exchange.webservices.data.core.service with parameters of type ItemAttachment
 Object ICreateServiceObjectWithAttachmentParam.createServiceObjectWithAttachmentParam(ItemAttachment itemAttachment, boolean isNew)
          Creates the service object with attachment param.
 

Uses of ItemAttachment in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return ItemAttachment
 ItemAttachment Item.getParentAttachment()
          Gets the parent attachment of this item.
 

Constructors in microsoft.exchange.webservices.data.core.service.item with parameters of type ItemAttachment
Appointment(ItemAttachment parentAttachment, boolean isNew)
          Initializes a new instance of Appointment.
Contact(ItemAttachment parentAttachment)
          Initializes a new instance of the Contact class.
ContactGroup(ItemAttachment parentAttachment)
          Initializes an new instance of the class.
EmailMessage(ItemAttachment parentAttachment)
          Initializes a new instance of the "EmailMessage" class.
Item(ItemAttachment parentAttachment)
          Initializes a new instance of the item class.
MeetingCancellation(ItemAttachment parentAttachment)
          Initializes a new instance of the class.
MeetingMessage(ItemAttachment parentAttachment)
          Initializes a new instance of the "MeetingMessage" class.
MeetingRequest(ItemAttachment parentAttachment)
          Initializes a new instance of the class.
MeetingResponse(ItemAttachment parentAttachment)
          Initializes a new instance of the class.
PostItem(ItemAttachment parentAttachment)
          Initializes a new instance of the class.
Task(ItemAttachment parentAttachment)
          Initializes a new instance of the class.
 

Uses of ItemAttachment in microsoft.exchange.webservices.data.property.complex
 

Subclasses of ItemAttachment in microsoft.exchange.webservices.data.property.complex
 class GenericItemAttachment<TItem extends Item>
          Represents a strongly typed item attachment.
 



Copyright © 2012–2015 Microsoft. All rights reserved.