MhtSaveOptionsRenderedContactFields Property |
Defines groups of Contact fields which will be included in output mhtml.
Default value is ContactFieldsSet.AllExisting.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ContactFieldsSet RenderedContactFields { get; set; }
Public Property RenderedContactFields As ContactFieldsSet
Get
Set
public:
property ContactFieldsSet RenderedContactFields {
ContactFieldsSet get ();
void set (ContactFieldsSet value);
}
member RenderedContactFields : ContactFieldsSet with get, set
Property Value
Type:
ContactFieldsSet
See Also