Hey all,
Just a quick question.
I have a macro that creates an automatic e-mail, it works great except the signature that usually comes up when I create a new e-mail manually doesn't work. It still gets displayed but the formatting is gone and the company logo is just displayed as a hyper-link. Has anyone got any ideas how to get the formatting correct and how to get the Company Logo in there? I've tried using .HTMLbody and that doesn't work.
.To = Dist
.CC = Orig
.SentOnBehalfOfName = "PPU Document Control"
.Subject = SubJ
.ReadReceiptRequested = False
.Display
.Body = Msg & .Body
.Attachments.Add (Ease)
Thanks for any help!
Bookmarks