Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
ICreateServiceObjectWithAttachmentParam.createServiceObjectWithAttachmentParam(ItemAttachment itemAttachment,
boolean isNew)
Creates the service object with attachment param.
|
Modifier and Type | Method and Description |
---|---|
ItemAttachment |
Item.getParentAttachment()
Gets the parent attachment of this item.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericItemAttachment<TItem extends Item>
Represents a strongly typed item attachment.
|
Copyright © 2012–2015 Microsoft. All rights reserved.