Project.WorkgroupMessages Property
Project Developer Reference |
Returns or sets the default for how workgroup messages will be sent to new resources. Can be one of the following PjWorkgroupMessages constants: pjDefaultMessages, pjNoWorkgroupMessages, pjWorkgroupViaEmail, pjWorkgroupViaEmailAndWeb, or pjWorkgroupViaWeb. Read/write Long.
Syntax
expression.WorkgroupMessages
expression A variable that represents a Project object.
Return Value
PjWorkgroupMessages
See Also