Resource.Workgroup Property

Project Developer Reference

Returns or sets how workgroup messages will be sent to the resource. Can be one of the following PjWorkgroupMessages constants: pjNoWorkgroupMessages, pjWorkgroupViaEmail, pjWorkgroupViaEmailAndWeb, pjWorkgroupViaWeb, or pjDefaultMessages. Read/write Long.

Syntax

expression.Workgroup

expression   A variable that represents a Resource object.

Return Value
PjWorkgroupMessages

Remarks

Specifying pjDefaultMessages for the Workgroup property uses the value specified by the collaboration settings on the Collaborate tab of the Options dialog box.

See Also