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

EmailParser.WriteAttachment

Writes an attachment to a file path.

Component Version macOS Windows Linux Server iOS SDK
EmailParser 5.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "EmailParser.WriteAttachment"; EmailID; Index; Path )   More

Parameters

Parameter Description Example
EmailID The ID fo the email parser. $Email
Index The index from 0 to EmailParser.AttachmentCount-1. 0
Path Native file path. C:\Documents\Test.Txt

Result

Returns OK or error.

Description

Writes an attachment to a file path.
Our plugin decodes attachments for you, so the file should be directly useable.

This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
For Server be aware that server has limited permissions and may not be able to access all files on a computer.

See also

Blog Entries

This function is free to use.

Created 24th September 2015, last changed 24th September 2015


EmailParser.Subject - EmailParser.WriteInline