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) |
Modifier and Type | Method and Description |
---|---|
void |
MailMessage.addAttachment(Attachment attachment)
Add an attachment to message
|
protected void |
AttachmentCollection.insertItem(int index,
Attachment item)
Inserts an element into the
T:System.Collections.ObjectModel.Collection`1 at the specified index. |
protected void |
AttachmentCollection.setItem(int index,
Attachment item)
Replaces the element at the specified index.
|
Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.