MhtSaveOptionsFormatTemplates Property |
Gets the format templates.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic StringDictionary FormatTemplates { get; }
Public ReadOnly Property FormatTemplates As StringDictionary
Get
public:
property StringDictionary^ FormatTemplates {
StringDictionary^ get ();
}
member FormatTemplates : StringDictionary with get
Property Value
Type:
StringDictionaryThe format templates.
See Also