InstantMessageReceivedEventArgs.IsContentTypeSupportedLocally Property
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.
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
Remarks
Determined from the list of supported types configured.