We recently migrated from Outlook to Gmail. My Access VBA utility that sends emails had the feature of including the Outlook signature.
Unfortunately I can't figure out how to include the Gmail signature in code, i.e. there is no equivalent to the Outlook code
OutMail.HTMLBody = body & OutMail.HTMLBody
Any assistance is a greatly appreciated.
Unfortunately I can't figure out how to include the Gmail signature in code, i.e. there is no equivalent to the Outlook code
OutMail.HTMLBody = body & OutMail.HTMLBody
Any assistance is a greatly appreciated.