Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.28 KB

Word.broadcast.addmeetingnotes.md

File metadata and controls

42 lines (24 loc) · 1.28 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Broadcast.AddMeetingNotes method (Word)
vbawd10.chm36438121
vbawd10.chm36438121
e13a52fd-d0a4-bc32-2d0a-f01f9218bfa2
06/08/2017
medium

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.

[!includeSupport and feedback]