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

Packages that use Attachment
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.property.complex   
 

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

Methods in microsoft.exchange.webservices.data.core with parameters of type Attachment
 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.
 

Method parameters in microsoft.exchange.webservices.data.core with type arguments of type Attachment
 ServiceResponseCollection<CreateAttachmentResponse> ExchangeService.createAttachments(String parentItemId, Iterable<Attachment> attachments)
          Creates attachments.
 ServiceResponseCollection<DeleteAttachmentResponse> ExchangeService.deleteAttachments(Iterable<Attachment> attachments)
          Deletes attachments.
 

Uses of Attachment in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type Attachment
 List<Attachment> GetAttachmentRequest.getAttachments()
          Gets the attachments.
 List<Attachment> DeleteAttachmentRequest.getAttachments()
          Gets the attachments.
 ArrayList<Attachment> CreateAttachmentRequest.getAttachments()
          Gets the attachments.
 

Uses of Attachment in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return Attachment
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.
 

Constructors in microsoft.exchange.webservices.data.core.response 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.
GetAttachmentResponse(Attachment attachment)
          Initializes a new instance of the GetAttachmentResponse class.
 

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

Subclasses of Attachment in microsoft.exchange.webservices.data.property.complex
 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.property.complex that return Attachment
protected  Attachment AttachmentCollection.createComplexProperty(String xmlElementName)
          Instantiate the appropriate attachment type depending on the current XML element name.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type Attachment
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.