Modifier and Type | Field and Description |
---|---|
protected MapiAttachmentCollection |
MapiMessageItemBase.attachments
The collection of attachments.
|
Modifier and Type | Method and Description |
---|---|
MapiAttachmentCollection |
PersonalStorage.extractAttachments(MessageInfo messageInfo)
Extracts the attachments.
|
MapiAttachmentCollection |
PersonalStorage.extractAttachments(String entryId)
Extracts the attachments.
|
MapiAttachmentCollection |
MapiCalendarExceptionInfo.getAttachments()
Gets or sets attachments in the recurrence exception.
|
MapiAttachmentCollection |
MapiMessageItemBase.getAttachments()
Gets the attachments in the message.
|
MapiAttachmentCollection |
MapiMessageReader.readAttachments()
Extracts the attachment from the Outlook Message files.
|
static MapiAttachmentCollection |
MapiMessage.removeAttachments(String path)
Removes all of the attachments from the specified Outlook Message files.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiCalendarExceptionInfo.setAttachments(MapiAttachmentCollection value)
Gets or sets attachments in the recurrence exception.
|