NoteInternal Constructors
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.
Overloads
NoteInternal(PresenceCategoryWithMetaData) | |
NoteInternal(String) | |
NoteInternal(String, String) |
NoteInternal(PresenceCategoryWithMetaData)
public:
NoteInternal(Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^ category);
public NoteInternal (Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData category);
new Microsoft.Rtc.Internal.Collaboration.NoteInternal : Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData -> Microsoft.Rtc.Internal.Collaboration.NoteInternal
Public Sub New (category As PresenceCategoryWithMetaData)
Parameters
- category
- PresenceCategoryWithMetaData
Applies to
NoteInternal(String)
public:
NoteInternal(System::String ^ personalNoteMessage);
public NoteInternal (string personalNoteMessage);
new Microsoft.Rtc.Internal.Collaboration.NoteInternal : string -> Microsoft.Rtc.Internal.Collaboration.NoteInternal
Public Sub New (personalNoteMessage As String)
Parameters
- personalNoteMessage
- String
Applies to
NoteInternal(String, String)
public:
NoteInternal(System::String ^ outOfOfficeMessage, System::String ^ smtpAddress);
public NoteInternal (string outOfOfficeMessage, string smtpAddress);
new Microsoft.Rtc.Internal.Collaboration.NoteInternal : string * string -> Microsoft.Rtc.Internal.Collaboration.NoteInternal
Public Sub New (outOfOfficeMessage As String, smtpAddress As String)
Parameters
- outOfOfficeMessage
- String
- smtpAddress
- String