MapiContactOtherPropertySetUserField3 Property |
Specifies the third field on the contact that is intended for miscellaneous use for the contact.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string UserField3 { get; set; }
Public Property UserField3 As String
Get
Set
public:
property String^ UserField3 {
String^ get ();
void set (String^ value);
}
member UserField3 : string with get, set
Property Value
Type:
String
See Also