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