Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WindowsUserNotification.SetRemoteId
Sets a remote id.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification | 13.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WindowsUserNotification.SetRemoteId"; Notification; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Notification | The reference number for the Windows User Notification. | $Notification |
Value | The new remote ID. |
Result
Returns OK or error.
Description
Sets a remote id.A remote id for the notification that enables the system to correlate this notification with another one generated on another device.
Requires Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
See also
- WindowsUserNotification.GetRemoteId
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetGroup
- WindowsUserNotification.SetImagePath
- WindowsUserNotification.SetPriority
- WindowsUserNotification.SetScriptName
- WindowsUserNotification.SetTag
- WindowsUserNotification.SetText
- WindowsUserNotification.Setting
- WindowsUserNotification.XMLUsed
Release notes
- Version 13.1
- Added WindowsUserNotification.SetRemoteId and WindowsUserNotification.GetRemoteId functions.
Blog Entries
This function is free to use.
Created 21st January 2023, last changed 21st January 2023
WindowsUserNotification.SetPriority - WindowsUserNotification.SetScriptName