Broadcast.AddMeetingNotes(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds shared meeting notes for the specified broadcast that are accessible to attendees who use either OneNote 2013 rich client or web app.
public:
void AddMeetingNotes(System::String ^ notesUrl, System::String ^ notesWacUrl);
public void AddMeetingNotes (string notesUrl, string notesWacUrl);
abstract member AddMeetingNotes : string * string -> unit
Public Sub AddMeetingNotes (notesUrl As String, notesWacUrl As String)
Parameters
- notesUrl
- String
Specifies the URL where the shared meeting notes are stored, for attendees using the OneNote rich client.
- notesWacUrl
- String
Specifies the URL where the shared meeting notes are stored, for attendees using the OneNote Online client.
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.