AppointmentItem.Resources Property

Outlook Developer Reference

Returns a semicolon-delimited String of resource names for the meeting. Read/write.

Syntax

expression.Resources

expression   A variable that represents an AppointmentItem object.

Remarks

This property contains the display names only. The Recipients collection should be used to modify the resource recipients. Resources are added as BCC recipients to the collection.

See Also