ContactItem.OfficeLocation Property
Outlook Developer Reference |
Returns or sets a String specifying the specific office location (for example, Building 1 Room 1 or Suite 123) for the contact. Read/write.
Syntax
expression.OfficeLocation
expression A variable that represents a ContactItem object.
Remarks
This property corresponds to the MAPI property PR_OFFICE_LOCATION.
See Also