Returns or sets a String representing the specific office location (for example, Building 1 Room 1 or Suite 123) for the appointment. Read/write.
Syntax
expression.Location
expression A variable that represents an AppointmentItem object.
Remarks
This property corresponds to the MAPI property PR_OFFICE_LOCATION.
Example
This Visual Basic for Applications example uses CreateItem to create an appointment and uses MeetingStatus to set the meeting status to "Meeting" to turn it into a meeting request with both a required and an optional attendee.
Visual Basic for Applications
Sub ScheduleMeeting()
Dim myItem as AppointmentItem
Dim myRequiredAttendee As Recipient
Dim myOptionalAttendee As Recipient
Dim myResourceAttendee As Recipient