RcsTransport.IsStoreAndForwardEnabled(RcsServiceKind) Method
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 specified service kind supports store and forward functionality.
public:
virtual bool IsStoreAndForwardEnabled(RcsServiceKind serviceKind) = IsStoreAndForwardEnabled;
bool IsStoreAndForwardEnabled(RcsServiceKind const& serviceKind);
public bool IsStoreAndForwardEnabled(RcsServiceKind serviceKind);
function isStoreAndForwardEnabled(serviceKind)
Public Function IsStoreAndForwardEnabled (serviceKind As RcsServiceKind) As Boolean
Parameters
- serviceKind
- RcsServiceKind
The service kind to check for store and forward functionality.
Returns
Boolean
bool
A Boolean value indicating if the *serviceKind * supports store and forward.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|