21 packages tagged with “Attachment”
Mail.dll is a robust, commercial-grade .NET library for working with IMAP, SMTP, POP3, and MIME protocols. It includes a powerful email and MIME parser, allowing you to send, receive, and process email messages in .NET applications. The library supports IMAP IDLE (push email), OAuth2 authentication (Gmail, Outlook), S/MIME encryption and signing, and advanced MIME parsing. It offers built-in SSL/TLS support, OAuth2 authentication, and DKIM signing and verification. Mail.dll also includes a secure MIME (S/MIME) parser for handling encrypted and digitally signed messages, along with parsers for iCal, vCard, and Outlook’s .msg file format. Additionally, it provides support for decoding winmail.dat attachments.
Microsoft Azure ServiceBus attachment plugin
Plugin for XrmToolBox to bulk download attachments from notes or emails. Also ability to upload note attachments.
SQL Server storage provider for Zetian SMTP Server. Provides high-performance message persistence to Microsoft SQL Server databases with features including automatic table creation, message compression, separate attachment storage, retry logic, and full ACID compliance. Perfect for enterprise environments requiring reliable message storage with SQL Server infrastructure.
Xrm ToolBox Plugin which download attachments files from any Data Verse table. Take fetch xml as input to filter out the records.
Attachment Abstractions for server model.
Attachment server model.
微服务框架中的附件服务,文件预览删除保存
A collection of helpful EmailDto extension methods
A DTO type for email attachment encapsulation
Attachment server model. Attachments are linked to the Roles/Users with special permissions
WP8 and WP7 SMTP client library to send emails without using the EmailComposeTask, and attach any type of file. Main Features: • connects to Microsoft Live, Gmail or to a custom SMTP mail server (SSL/TLS compatible). • supports any kind of attachment, from resource or isolated storage: pdf, mp3, wav, mp4, avi, bmp, txt, zip, jpg, etc. • sends an email without calling EmailComposeTask and does not need user intervention. • multithreaded: will not freeze/block your UI. • works on wifi and data connection. • supports international charset (Chinese). Usage scenario: //create a new MailMessage object MailMessage mailMessage = new MailMessage(); //set a Live/Hotmail or Gmail, or a custom SMTP account mailMessage.UserName= "*****@hotmail.com; mailMessage.Password = "********"; mailMessage.AccountType = AccountType.MicrosoftAccount; mailMessage.From = "myapp@mycompany.com"; //set mail data mailMessage.To = "foo@foo.com"; mailMessage.ReplyTo = "foo5@foo.com"; mailMessage.Subject = "Hello from WP"; mailMessage.Body = "I can send any type of attachment from my app now !!"; //text or HTML //attach ANY KIND of file from a resource or IsolatedStorage path mailMessage.AddAttachment("\rex\file.wav"); mailMessage.AddAttachment("\myFolder\file.mp3"); mailMessage.AddAttachment("\downloads\file.mp4"); //attach from in-memory data: mailMessage.AddAttachment(Encoding.UTF8.GetBytes("yesssss".ToCharArray()), "memoryfile.txt"); //set message event handlers mailMessage.Error += mailMessage_Error; mailMessage.MailSent += mailMessage_MailSent; mailMessage.Progress += mailMessage_Progress; //send email (async) mailMessage.SendMail(); Support: support@venetasoft.it
Data access layer to attachments
Interfaces for data access layer to the attachment.
Inline embed (base64) images in MIME messages & strip out attached source images
KeyVault provider for Microsoft Azure ServiceBus attachment plugin
Abstraction library for email notifications in .NET applications. Defines IMailService interface with MailMessage, MailAddress, and MailPart models supporting HTML content, multiple recipients, and file attachments. Provider-agnostic design enables easy implementation swapping.
.NET Core için ek dosya desteği ve dosya boyutu kontrolü ile mail servis kütüphanesi.
SMTP implementation for NuvTools.Notification.Mail using MailKit and MimeKit. Provides SMTPMailService for sending emails with full support for HTML content, file attachments, SSL/TLS encryption, and authentication. Configurable via dependency injection.
Components for Data Protection, Secure Storage, Secure Transfer, and Advanced Electronic Signatures, including PAdES for PDF, XAdES for XML, and full support for Hardware Security Modules (HSM).