MailSendScheduleNote Method

Sends a schedule note in mail.

Syntax

expression**.MailSendScheduleNote(Manager, Resources, TaskContacts, Selection, IncludeDocument, IncludePicture, Body, Subject)**

*expression   *     Optional. An expression that returns an Application object.

Manager    Optional Boolean. True if the note is sent to the manager of the active project. The default value is True.

Resources    Optional Boolean. True if the note is sent to the resources for the active project. The default value is True.

TaskContacts    Optional Boolean. True if the note is sent to the contacts for the active project. The default value is False.

Selection    Optional Boolean. True if the note is sent to the selected resource. False if the note is sent to all resources. In a task view, Selection only applies to resources that are assigned to tasks. The default value is False.

IncludeDocument    Optional Boolean. True if the active project is included in the note. The default value is False.

IncludePicture    Optional Boolean. True if a picture of the active project is included in the note. The default value is True.

Body    Optional String. The main text of the note.

Subject    Optional String. The subject of the note.

Remarks

If the MailSendScheduleNote method is used without specifying any arguments, the Send Schedule Note dialog box appears.

Applies to | Application Object

See Also | EMailAddress Property | MailLogoff Method | MailLogon Method | MailRoutingSlip Method | MailSend Method | MailSession Method | MailSystem Method | ReminderSet Method