_ContactItem.Gender Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an OlGender constant indicating the gender of the contact. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlGender Gender { Microsoft::Office::Interop::Outlook::OlGender get(); void set(Microsoft::Office::Interop::Outlook::OlGender value); };
public Microsoft.Office.Interop.Outlook.OlGender Gender { get; set; }
Public Property Gender As OlGender