Edit

Share via


Services.InstantMessagingEnabled Property

Definition

Gets whether this presentity is capable of supporting an instance messaging (IM) conversation.

public:
 property Microsoft::Rtc::Collaboration::Presence::ServiceCapabilitySupport InstantMessagingEnabled { Microsoft::Rtc::Collaboration::Presence::ServiceCapabilitySupport get(); };
public Microsoft.Rtc.Collaboration.Presence.ServiceCapabilitySupport InstantMessagingEnabled { get; }
member this.InstantMessagingEnabled : Microsoft.Rtc.Collaboration.Presence.ServiceCapabilitySupport
Public ReadOnly Property InstantMessagingEnabled As ServiceCapabilitySupport

Property Value

Remarks

If there are multiple instances of the same capability, then if any of them are enabled for render/capture, then the capability is considered enabled. If there is no entry for this capability in the notification, it would have the value ServiceCapabilitySupport.Unknown.

Applies to