Broadcast.AddMeetingNotes method (Word)
Adds shared meeting notes for the specified broadcast that are accessible to attendees who use either Microsoft OneNote 2013 rich client or web app.
Syntax
expression.AddMeetingNotes (notesUrl, notesWacUrl)
expression A variable that represents a Broadcast object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
notesUrl | Required | String | Specifies the URL where the shared meeting notes are stored, for attendees using the Microsoft OneNote 2013 rich client. |
notesWacUrl | Required | String | Specifies the URL where the shared meeting notes are stored, for attendees using the Microsoft OneNote 2013 web access client. |
Return value
VOID
Remarks
If you fail to pass a string for either of the two parameters, the AddMeetingNotes method returns an Invalid Parameter error. If for any reason the method call fails, Word returns a generic broadcast error.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.