Modifier and Type | Method and Description |
---|---|
void |
ExchangeService.getAttachment(Attachment attachment,
BodyType bodyType,
Iterable<PropertyDefinitionBase> additionalProperties)
Gets the attachment.
|
protected ServiceResponseCollection<GetAttachmentResponse> |
ExchangeService.getAttachments(Attachment[] attachments,
BodyType bodyType,
Iterable<PropertyDefinitionBase> additionalProperties)
Gets attachments.
|
Modifier and Type | Method and Description |
---|---|
ServiceResponseCollection<CreateAttachmentResponse> |
ExchangeService.createAttachments(String parentItemId,
Iterable<Attachment> attachments)
Creates attachments.
|
ServiceResponseCollection<DeleteAttachmentResponse> |
ExchangeService.deleteAttachments(Iterable<Attachment> attachments)
Deletes attachments.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
GetAttachmentRequest.getAttachments()
Gets the attachments.
|
List<Attachment> |
DeleteAttachmentRequest.getAttachments()
Gets the attachments.
|
ArrayList<Attachment> |
CreateAttachmentRequest.getAttachments()
Gets the attachments.
|
Modifier and Type | Method and Description |
---|---|
protected Attachment |
GetAttachmentResponse.getAttachment()
Gets the attachment that was retrieved.
|
Attachment |
DeleteAttachmentResponse.getAttachment()
Gets the attachment that was deleted.
|
Attachment |
CreateAttachmentResponse.getAttachment()
Gets the attachment that was created.
|
Constructor and Description |
---|
CreateAttachmentResponse(Attachment attachment)
Initializes a new instance of the CreateAttachmentResponse class.
|
DeleteAttachmentResponse(Attachment attachment)
Initializes a new instance of the DeleteAttachmentResponse class.
|
GetAttachmentResponse(Attachment attachment)
Initializes a new instance of the GetAttachmentResponse class.
|
Modifier and Type | Class and Description |
---|---|
class |
FileAttachment
Represents a file attachment.
|
class |
GenericItemAttachment<TItem extends Item>
Represents a strongly typed item attachment.
|
class |
ItemAttachment
Represents an item attachment.
|
Modifier and Type | Method and Description |
---|---|
protected Attachment |
AttachmentCollection.createComplexProperty(String xmlElementName)
Instantiate the appropriate attachment type depending on the current XML
element name.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AttachmentCollection.getCollectionItemXmlElementName(Attachment complexProperty)
Determines the name of the XML element associated with the
complexProperty parameter.
|
boolean |
AttachmentCollection.remove(Attachment attachment)
Removes the specified attachment.
|
Copyright © 2012–2015 Microsoft. All rights reserved.