EmailOptionsFieldTextMap Property |
The mapping between email message
Field and field text representation.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic Dictionary<Field, string> FieldTextMap { get; set; }
Public Property FieldTextMap As Dictionary(Of Field, String)
Get
Set
public:
property Dictionary<Field^, String^>^ FieldTextMap {
Dictionary<Field^, String^>^ get ();
void set (Dictionary<Field^, String^>^ value);
}
member FieldTextMap : Dictionary<Field, string> with get, set
Property Value
Type:
DictionaryField,
String
See Also