Uses of Class
microsoft.exchange.webservices.data.property.complex.ItemAttachment
-
-
Uses of ItemAttachment in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type ItemAttachment Modifier and Type Method Description static ItemEwsUtilities. createItemFromItemClass(ItemAttachment itemAttachment, Class<?> itemClass, boolean isNew)Creates the item from item class.static ItemEwsUtilities. 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 Modifier and Type Method Description ObjectICreateServiceObjectWithAttachmentParam. 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 Modifier and Type Method Description ItemAttachmentItem. getParentAttachment()Gets the parent attachment of this item.Constructors in microsoft.exchange.webservices.data.core.service.item with parameters of type ItemAttachment Constructor Description Appointment(ItemAttachment parentAttachment, boolean isNew)Initializes a new instance of Appointment.Contact(ItemAttachment parentAttachment)Initializes a new instance of theContactclass.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 Modifier and Type Class Description classGenericItemAttachment<TItem extends Item>Represents a strongly typed item attachment.
-