|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Attachment in microsoft.exchange.webservices.data |
|---|
| Subclasses of Attachment in microsoft.exchange.webservices.data | |
|---|---|
class |
FileAttachment
Represents a file attachment. |
class |
GenericItemAttachment<TItem extends Item>
Represents a strongly typed item attachment. |
class |
ItemAttachment
Represents an item attachment. |
| Methods in microsoft.exchange.webservices.data that return Attachment | |
|---|---|
protected Attachment |
AttachmentCollection.createComplexProperty(String xmlElementName)
Instantiate the appropriate attachment type depending on the current XML element name. |
protected Attachment |
DeleteAttachmentResponse.getAttachment()
Gets the attachment that was deleted. |
protected Attachment |
CreateAttachmentResponse.getAttachment()
Gets the attachment that was created. |
| Methods in microsoft.exchange.webservices.data with parameters of type Attachment | |
|---|---|
protected void |
ExchangeService.getAttachment(Attachment attachment,
BodyType bodyType,
Iterable<PropertyDefinitionBase> additionalProperties)
Gets the attachment. |
protected ServiceResponseCollection<microsoft.exchange.webservices.data.GetAttachmentResponse> |
ExchangeService.getAttachments(Attachment[] attachments,
BodyType bodyType,
Iterable<PropertyDefinitionBase> additionalProperties)
Gets attachments. |
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. |
| Method parameters in microsoft.exchange.webservices.data with type arguments of type Attachment | |
|---|---|
protected ServiceResponseCollection<CreateAttachmentResponse> |
ExchangeService.createAttachments(String parentItemId,
Iterable<Attachment> attachments)
* Creates attachments. |
protected ServiceResponseCollection<DeleteAttachmentResponse> |
ExchangeService.deleteAttachments(Iterable<Attachment> attachments)
* Deletes attachments. |
| Constructors in microsoft.exchange.webservices.data with parameters of type Attachment | |
|---|---|
CreateAttachmentResponse(Attachment attachment)
Initializes a new instance of the CreateAttachmentResponse class. |
|
DeleteAttachmentResponse(Attachment attachment)
Initializes a new instance of the DeleteAttachmentResponse class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||