OlGender Enumeration

Constants representing gender.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlGender
'Usage
Dim instance As OlGender
public enum OlGender

Members

Member name Description
olUnspecified Unspecified gender
olFemale Female
olMale Male

Remarks

Used by the _ContactItem.Gender property.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace