Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SharingService.SetEmailSubject
Sets email subject for next share.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SharingService | 10.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SharingService.SetEmailSubject"; Subject ) More
Parameters
Parameter | Description | Example |
---|---|---|
Subject | The subject to use. | "Hello world" |
Result
Returns OK or error.
Description
Sets email subject for next share.This is cleared when the SharingService.ShareItems function is called and the recipients passed with the request.
Examples
Set Email subject and recipients:
Set Variable [ $r; Value: MBS( "SharingService.SetEmailSubject"; "Hello World" )
Set Variable [ $r; Value: MBS( "SharingService.SetEmailSubject"; "test@tester.test¶other@other.test")
See also
Example Databases
Blog Entries
This function checks for a license.
Created 27th June 2020, last changed 27th June 2020
SharingService.SetEmailRecipients - SharingService.SetTrigger