Edit

Share via


NoteInternal Constructors

Definition

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

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

Applies to