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
V'NathV'Nath 

Task field CC,BCC

i would like to design custom VF page for Send email , and my custom vf page should be looks like standard send email, so which Standard object i need to  use to get the CC, BCC fields.

if i use Standardcontroller then i am able to design Same as Send email.

 

Please any one help ,  where i can get the CC,BCC fields.

 

 

b-Forceb-Force

please check below links, This will help you to set cc and bcc email address

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_email_outbound_single.htm

 

you can find documentation for sendding email overe here http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_sendemail.htm

 

thanks,

bForce

V'NathV'Nath

Hi thanks for your Replay , i would like to implement Standard functionality  of Send an email . it is a standard page . there we are having standard fields CC,BCC .(i would like to design same page and same functionality).

 

 

 

b-Forceb-Force

Are you facing any issue with that ? please specify

 

Thanks,

bForce