Modifier and Type | Method and Description |
---|---|
static Attachment |
Attachment.createAttachmentFromString(String content,
ContentType contentType)
Creates the attachment from string.
|
static Attachment |
Attachment.createAttachmentFromString(String content,
String name)
Creates the attachment from string.
|
static Attachment |
Attachment.createAttachmentFromString(String content,
String name,
Charset contentEncoding,
String mediaType)
Creates the attachment from string.
|
Attachment |
ImapClient.endFetchAttachment(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
Attachment |
ImapClient.fetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName)
Fetches the specified attachment
|
Attachment |
ImapClient.fetchAttachment(int sequenceNumber,
String attachmentName)
Fetches the specified attachment
|
Attachment |
ExchangeClient.fetchAttachment(String attachmentUri)
Fetches the attachment
|
Attachment |
IEWSClient.fetchAttachment(String attachmentUri)
Fetches the attachment
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<Attachment> |
IMessage.getAttachments()
Gets message attachments
|
Modifier and Type | Method and Description |
---|---|
void |
MailMessage.addAttachment(Attachment attachment)
Add an attachment to message
|
void |
AttachmentCollection.insertItem(int index,
Attachment item)
Inserts an element into the
System.Collections.ObjectModel.Collection`1 at the specified index. |
protected void |
AttachmentCollection.setItem(int index,
Attachment item)
Replaces the element at the specified index.
|