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
MessageComposer.SetSubject
Sets the Subject header for the email message.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| MessageComposer | 7.3 | No | No | No | No | Yes |
MBS( "MessageComposer.SetSubject"; Subject ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Subject | The new subject. | "Hello World" |
Result
Returns OK or error.
Description
Sets the Subject header for the email message.This method will set the Subject header for the message. This should be called prior to display.
Newlines are removed from the parameter.
After the view has been presented to the user, this method will no longer change the value.
See also
- MailComposer.GetSubject
- MailComposer.SetSubject
- MessageComposer.CanSendSubject
- MessageComposer.GetSubject
- MessageComposer.New
- MessageComposer.Present
- MessageComposer.SetEvaluate
- MessageComposer.SetScript
Example Databases
Created 10th June 2017, last changed 10th June 2017
MessageComposer.SetScript - MessageComposer.disableUserAttachments
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins