Edit

Share via


InstantMessageReceivedEventArgs.MessageId Property

Definition

Gets the message ID for this message.

public:
 property Microsoft::Rtc::Collaboration::InstantMessageId ^ MessageId { Microsoft::Rtc::Collaboration::InstantMessageId ^ get(); };
public Microsoft.Rtc.Collaboration.InstantMessageId MessageId { get; }
member this.MessageId : Microsoft.Rtc.Collaboration.InstantMessageId
Public ReadOnly Property MessageId As InstantMessageId

Property Value

Remarks

If MessageId is null, the application does not need to send a message delivery notification. Otherwise the application must send a message delivery notification for success or failure.

Applies to