Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DragDrop.GetEmailCount
Returns number of emails received from Apple Mail app.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DragDrop | 2.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "DragDrop.GetEmailCount"; droparea ) More
Parameters
Parameter | Description | Example |
---|---|---|
droparea | The reference ID for this drop area. | $dropHandle |
Result
The number of emails or error.
Description
Returns number of emails received from Apple Mail app.If multiple emails arrive, the order of the email metadata (subject, mailbox, account) is not in the same order as the files. So you may prefer to use EmailParser functions to read the subject from each file.
See also
- DragDrop.GetEmailAccount
- DragDrop.GetEmailID
- DragDrop.GetEmailMailbox
- DragDrop.GetEmailSubject
- DragDrop.GetPathCount
- DragDrop.RegisterDropTypes
This function checks for a license.
Created 18th August 2014, last changed 10th June 2024