Uses of Class
microsoft.exchange.webservices.data.property.complex.FileAttachment
-
Packages that use FileAttachment Package Description microsoft.exchange.webservices.data.core.service.item microsoft.exchange.webservices.data.property.complex -
-
Uses of FileAttachment in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return FileAttachment Modifier and Type Method Description FileAttachmentContact. getContactPictureAttachment()Retrieves the file attachment that holds the contact's picture. -
Uses of FileAttachment in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return FileAttachment Modifier and Type Method Description FileAttachmentAttachmentCollection. addFileAttachment(String fileName)Adds a file attachment to the collection.FileAttachmentAttachmentCollection. addFileAttachment(String name, byte[] content)Adds a file attachment to the collection.FileAttachmentAttachmentCollection. addFileAttachment(String name, InputStream contentStream)Adds a file attachment to the collection.FileAttachmentAttachmentCollection. addFileAttachment(String name, String fileName)Adds a file attachment to the collection.
-