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
BakulBakul 

Standard Compose Email Page in DIV

Hi All,

I am trying to display standard compose email layout in a DIV in side my VF page.

I could do it by using IFRAME inside a DIV tag, but the problem is that I see whole Compose Email layout in IFRAME, meaning that I also see top and left panels (standard salesforce panels) in that IFRAME.

 

Is there any way to avoid those panels when opening standard Compose Email view?

 

I am using IFRAME src attribute and setting it to URL /ui/core/email/author/EmailAuthor?p2_lkid=<ID>

 

Does anybody have any answer??

 

Thanks