Need help with a email script
Hi i made a button who triggers outlook to open a mail. but my problem is that it works even when all the required fields isnt filled out.
My current code is
this.mailDoc(true, "",
"cc@mail.com", "" ,"Titel","Standard text in mail");
had to not use the preset email function becouse i wanted it to only set reciptents in CC and not the to field.
Anyone know what code i can use to implement this feature? im compleatly new to this and would love to get some help
