|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContentType in com.aspose.email |
---|
Methods in com.aspose.email that return ContentType | |
---|---|
ContentType |
AttachmentBase.getContentType()
Gets or sets the type of the content. |
Methods in com.aspose.email with parameters of type ContentType | |
---|---|
static AlternateView |
AlternateView.createAlternateViewFromString(String content,
ContentType contentType)
|
static AlternateView |
AlternateView.createAlternateViewFromString(String content,
ContentType contentType,
int transferencoding)
|
static Attachment |
Attachment.createAttachmentFromString(String content,
ContentType contentType)
|
static LinkedResource |
LinkedResource.createLinkedResourceFromString(String content,
ContentType contentType)
|
void |
AttachmentBase.setContentType(ContentType value)
|
Constructors in com.aspose.email with parameters of type ContentType | |
---|---|
AlternateView(InputStream contentStream,
ContentType contentType)
|
|
AlternateView(String fileName,
ContentType contentType)
|
|
Attachment(InputStream contentStream,
ContentType contentType)
|
|
Attachment(String fileName,
ContentType contentType)
|
|
LinkedResource(InputStream contentStream,
ContentType contentType)
|
|
LinkedResource(String fileName,
ContentType contentType)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |