Gets a string that shows the content of the note box for the signed-in user.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)

Syntax

C#
public 
string 
PersonalNote { 
get; 
private 
set; }

Remarks

This will be the OOF note if the user is OOF and no personal note is set.

See Also