This component is part of the IP Works Enterprise ASP.NET Component Library.
The FileMailer component is used to send emails with file attachments.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
Remarks
The component sends a message (provided in MessageText) and a total of AttachmentCount attachments. The attachment filenames are specified in the Attachments property.
The recipients are specified by the SendTo, Cc, and BCc properties, and the message subject by the Subject property.
Once all the appropriate properties have been set call the Send method and your message will be sent to its intended recipient(s).
Other SMTP headers may be specified through the OtherHeaders property. Information about interaction with the server is provided via the PITrail event.
More Information: http://www.nsoftware.com/products/component/filemailer.aspx |