Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: WinSendMail
Send emails via mail client on Windows via MAPI.
This can use Outlook or Thunderbird on Windows to send email with or without GUI.
Using Messaging Application Programming Interface (MAPI)
See SendMail functions to send via CURL and SMTP server.
Version | macOS | Windows | Linux | Server | iOS SDK |
7.1 / 10.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Item | Details |
---|---|
WinSendMail.AddAttachmentContainer Adds an attachment to the email based on a container field. | Win only 7.1 |
WinSendMail.AddAttachmentFile Adds an attachment to the email based on a file path. | Win only 7.1 |
WinSendMail.AddAttachmentText Adds an attachment to the email based on a text. | Win only 7.1 |
WinSendMail.AddBCC Adds a blind copy recipient. | Win only 7.1 |
WinSendMail.AddCC Adds a copy recipient. | Win only 7.1 |
WinSendMail.AddRecipient Adds a recipient. | Win only 7.1 |
WinSendMail.AddTo Adds a recipient. | Win only 7.1 |
WinSendMail.AttachmentCount Queries number of attachments. | Win only 7.1 |
WinSendMail.ClearAttachments Clears all attachments from this email. | Win only 7.1 |
WinSendMail.ClearRecipients Clears all recipients. | Win only 7.1 |
WinSendMail.CreateEmail Creates a new email. | Win only 7.1 |
WinSendMail.GetSubject Queries the subject of this email. | Win only 7.1 |
WinSendMail.GetText Queries text to send. | Win only 7.1 |
WinSendMail.Release Releases all memory used by this email. | Win only 7.1 |
WinSendMail.ReleaseAll Release all send email sessions. | Win only 10.5 |
WinSendMail.Send Sends email. | Win only 7.1 |
WinSendMail.SendAnsi Deprecated Sends email. | Win only 7.1 |
WinSendMail.SendAsync Sends email asynchronously. | Win only 9.1 |
WinSendMail.SetFrom Sets the email from address. | Win only 7.1 |
WinSendMail.SetSubject Sets the subject line. | Win only 7.1 |
WinSendMail.SetText Sets the text content. | Win only 7.1 |
21 functions shown.
These functions require a license (81%).
Release notes
- Version 12.0
- Fixed a problem with WinSendMail.AddBCC, WinSendMail.AddCC, WinSendMail.AddRecipient, WinSendMail.AddTo not passing email when name is empty.
- Version 10.5
- Added AVExport.ReleaseAll, AVRecorder.ReleaseAll, CoreML.ReleaseAll, DNSLookup.ReleaseAll, Dictionary.ReleaseAll, FM.SQL.ReleaseAll, JS.ReleaseAll, JavaScript.ReleaseAll, LDAP.ReleaseAll, PDFKit.ReleaseAll, PKCS12.ReleaseAll, PKCS7.ReleaseAll, PKey.ReleaseAll, SSH.ReleaseAll, WinSendMail.ReleaseAll, WindowsML.ReleaseAll, WordFile.ReleaseAll, and X509.ReleaseAll.
- Version 9.1
- Added WinSendMail.SendAsync function.
- Version 8.3
- Fixed problem with WinSendMail.Send for one user.