ContactFileAsMapping Property |
Gets or sets a value which specifies how to generate and recompute the value of the FileAs property
when other contact name properties change.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic FileAsMapping FileAsMapping { get; set; }
Public Property FileAsMapping As FileAsMapping
Get
Set
public:
property FileAsMapping FileAsMapping {
FileAsMapping get ();
void set (FileAsMapping value);
}
member FileAsMapping : FileAsMapping with get, set
Property Value
Type:
FileAsMapping
See Also