Package com.microstrategy.web.objects
Interface WebMIMEProperties
-
- All Known Implementing Classes:
WebMIMEPropertiesImpl
public interface WebMIMEProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBinaryAttachmentEncoding()Get binary attachment encodingintgetBodyEncoding()Get body encodingintgetSensitivityForMessageSetting()Get message setting sensitivityintgetTextAttachmentEncoding()Get text attachment encodingbooleanisEmbedAllAttachments()booleanisEmbedFlashContent()booleanisEmbedHTMLAttachments()booleanisHTMLTablesForPositions()booleanisRemoveQuotesAroundDisplayNames()booleanisUseASCIINamesOnly()booleanisUseInlineStyleCSS()voidsetBinaryAttachmentEncoding(int binaryAttachmentEncoding)To set binary attachment encodingvoidsetBodyEncoding(int bodyEncoding)To set body encoding.voidsetEmbedAllAttachments(boolean embedAllAttachments)voidsetEmbedFlashContent(boolean embedFlashContent)voidsetEmbedHTMLAttachments(boolean embedHTMLAttachments)voidsetHTMLTablesForPositions(boolean hTMLTablesForPositions)voidsetRemoveQuotesAroundDisplayNames(boolean removeQuotesAroundDisplayNames)voidsetSensitivityForMessageSetting(int sensitivityForMessageSetting)To set message setting sensitivityvoidsetTextAttachmentEncoding(int textAttachmentEncoding)To set text attachment encodingvoidsetUseASCIINamesOnly(boolean useASCIINamesOnly)voidsetUseInlineStyleCSS(boolean useInlineStyleCSS)
-
-
-
Method Detail
-
getBodyEncoding
int getBodyEncoding()
Get body encoding
-
setBodyEncoding
void setBodyEncoding(int bodyEncoding)
To set body encoding.- Parameters:
bodyEncoding- . This value comes fromEnumDSSXMLEmailContentEncodingTypes.
-
getTextAttachmentEncoding
int getTextAttachmentEncoding()
Get text attachment encoding
-
setTextAttachmentEncoding
void setTextAttachmentEncoding(int textAttachmentEncoding)
To set text attachment encoding- Parameters:
textAttachmentEncoding- . This value comes fromEnumDSSXMLEmailContentEncodingTypes.
-
getBinaryAttachmentEncoding
int getBinaryAttachmentEncoding()
Get binary attachment encoding
-
setBinaryAttachmentEncoding
void setBinaryAttachmentEncoding(int binaryAttachmentEncoding)
To set binary attachment encoding- Parameters:
binaryAttachmentEncoding- . This value comes fromEnumDSSXMLEmailContentEncodingTypes.
-
isUseASCIINamesOnly
boolean isUseASCIINamesOnly()
-
setUseASCIINamesOnly
void setUseASCIINamesOnly(boolean useASCIINamesOnly)
-
isRemoveQuotesAroundDisplayNames
boolean isRemoveQuotesAroundDisplayNames()
-
setRemoveQuotesAroundDisplayNames
void setRemoveQuotesAroundDisplayNames(boolean removeQuotesAroundDisplayNames)
-
isEmbedHTMLAttachments
boolean isEmbedHTMLAttachments()
-
setEmbedHTMLAttachments
void setEmbedHTMLAttachments(boolean embedHTMLAttachments)
-
isEmbedAllAttachments
boolean isEmbedAllAttachments()
-
setEmbedAllAttachments
void setEmbedAllAttachments(boolean embedAllAttachments)
-
isEmbedFlashContent
boolean isEmbedFlashContent()
-
setEmbedFlashContent
void setEmbedFlashContent(boolean embedFlashContent)
-
isHTMLTablesForPositions
boolean isHTMLTablesForPositions()
-
setHTMLTablesForPositions
void setHTMLTablesForPositions(boolean hTMLTablesForPositions)
-
isUseInlineStyleCSS
boolean isUseInlineStyleCSS()
-
setUseInlineStyleCSS
void setUseInlineStyleCSS(boolean useInlineStyleCSS)
-
getSensitivityForMessageSetting
int getSensitivityForMessageSetting()
Get message setting sensitivity
-
setSensitivityForMessageSetting
void setSensitivityForMessageSetting(int sensitivityForMessageSetting)
To set message setting sensitivity- Parameters:
sensitivityForMessageSetting- . This value comes fromEnumDSSXMLEmailSensitivityTypes.
-
-