PersistData Folder (Shared Notes)

Microsoft Office Communications Server 2007 and Microsoft Office Communications Server 2007 R2 will reach end of support on January 9, 2018. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

In the PersistData folder, the Web Conferencing Server stores only one file. The file contains the XML serialization of the shared notes information. The file is encrypted using the conference master encryption key. The file contains the XML serialization for rich text.

Metadata File for Shared Notes

The following is an example of the XML content for shared notes.

<PersistentData>
  <ScopeManager />
    <SharedNotes>
      <RichString>
        <PlainText>This is the content of the shared notes pane I've just edited 
        </PlainText>
      <StyleData>
        <Character>
          <FormatTable>
            <Format fontface="Arial" fontsize="9.0" bold="false" italic="false" underline="false" /><Format fontface="" fontsize="9.0" bold="false" italic="false" underline="false" />
          </FormatTable>
          <FormatRunTable>
            <FormatRun format="0" length="62" />
          </FormatRunTable>
        </Character>
        <Paragraph>
          <FormatTable>
            <Format bullets="0" numbering="0" /><Format bullets="1" numbering="0" />
            <Format bullets="0" numbering="1" />
          </FormatTable>
          <ParaFormats>
            <Paragraph format="0" />
          </ParaFormats>
        </Paragraph>
      </StyleData>
    </RichString>
  </SharedNotes>
</PersistentData>