InstantMessageReceivedEventArgs.IsContentTypeSupportedLocally Property

Definition

Gets whether the message content type is locally supported by the application.

public:
 property bool IsContentTypeSupportedLocally { bool get(); };
public bool IsContentTypeSupportedLocally { get; }
member this.IsContentTypeSupportedLocally : bool
Public ReadOnly Property IsContentTypeSupportedLocally As Boolean

Property Value

Boolean

Remarks

Determined from the list of supported types configured.

Applies to