Uses of Class
microsoft.exchange.webservices.data.property.complex.Attachment
-
-
Uses of Attachment in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type Attachment Modifier and Type Method Description voidExchangeService. 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 Modifier and Type Method Description 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 Modifier and Type Method Description ArrayList<Attachment>CreateAttachmentRequest. getAttachments()Gets the attachments.List<Attachment>DeleteAttachmentRequest. getAttachments()Gets the attachments.List<Attachment>GetAttachmentRequest. 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 Modifier and Type Method Description AttachmentCreateAttachmentResponse. getAttachment()Gets the attachment that was created.AttachmentDeleteAttachmentResponse. getAttachment()Gets the attachment that was deleted.protected AttachmentGetAttachmentResponse. getAttachment()Gets the attachment that was retrieved.Constructors in microsoft.exchange.webservices.data.core.response with parameters of type Attachment Constructor 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. -
Uses of Attachment in microsoft.exchange.webservices.data.property.complex
Subclasses of Attachment in microsoft.exchange.webservices.data.property.complex Modifier and Type Class Description classFileAttachmentRepresents a file attachment.classGenericItemAttachment<TItem extends Item>Represents a strongly typed item attachment.classItemAttachmentRepresents an item attachment.Methods in microsoft.exchange.webservices.data.property.complex that return Attachment Modifier and Type Method Description AttachmentAttachmentCollection. addAttachment(Attachment attachment)Adds a file attachment to the collection.protected AttachmentAttachmentCollection. 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 Modifier and Type Method Description AttachmentAttachmentCollection. addAttachment(Attachment attachment)Adds a file attachment to the collection.protected StringAttachmentCollection. getCollectionItemXmlElementName(Attachment complexProperty)Determines the name of the XML element associated with the complexProperty parameter.booleanAttachmentCollection. remove(Attachment attachment)Removes the specified attachment.
-