Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
SharingService.SetEmailRecipients
Sets email recipients list for next share.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| SharingService | 10.3 | Yes | No | No | No | No |
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
Created 27th June 2020, last changed 27th June 2020
SharingService.ServicesForItems - SharingService.SetEmailSubject
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins