ChatMessage.IsSimMessage 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 a Boolean value indicating if the message is stored on a SIM card.
public:
property bool IsSimMessage { bool get(); };
bool IsSimMessage();
public bool IsSimMessage { get; }
var boolean = chatMessage.isSimMessage;
Public ReadOnly Property IsSimMessage As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the message is stored on a SIM card.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|