function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Apex codingApex coding 

How to do file attachmnet with email using Apex

Hi
Iam Using Apex coding
I want to send an email using Apex
My email will also have an attachment
How to set the file body and  attach
a file with email
can any one help me in writing the code
 
regards
sunil
Drew1815Drew1815
Check out this link to the Apex Developer's Guide, specifically the Email Classes:
http://www.salesforce.com/us/developer/docs/apexcode/index_CSH.htm#apex_classes_email.htm

There is sample code on constructing the outbound email.