Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SharingService.SetEmailRecipients

Sets email recipients list for next share.

Component Version macOS Windows Linux Server iOS SDK
SharingService 10.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SharingService.SetEmailRecipients"; Recipients )   More

Parameters

Parameter Description Example
Recipients List of email addresses. "test@tester.test¶other@other.test"

Result

Returns OK or error.

Description

Sets email recipients list 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.ServicesForItems - SharingService.SetEmailSubject