Package | Description |
---|---|
microsoft.exchange.webservices.data.core.service.item | |
microsoft.exchange.webservices.data.property.complex |
Modifier and Type | Method and Description |
---|---|
FileAttachment |
Contact.getContactPictureAttachment()
Retrieves the file attachment that holds the contact's picture.
|
Modifier and Type | Method and Description |
---|---|
FileAttachment |
AttachmentCollection.addFileAttachment(String fileName)
Adds a file attachment to the collection.
|
FileAttachment |
AttachmentCollection.addFileAttachment(String name,
byte[] content)
Adds a file attachment to the collection.
|
FileAttachment |
AttachmentCollection.addFileAttachment(String name,
InputStream contentStream)
Adds a file attachment to the collection.
|
FileAttachment |
AttachmentCollection.addFileAttachment(String name,
String fileName)
Adds a file attachment to the collection.
|
Copyright © 2012–2015 Microsoft. All rights reserved.