Setting E-mail Recipients
I have a word document with the following code a command button to save the file and e-mail it. I would like to fill in the e-mail recipients automatically. Is there a simple way to do this?
thanks
ChangeFileOpenDirectory "c:\data\"
ActiveDocument.SaveAs FileName:=SavedFile, _
FileFormat:=wdFormatDocument, LockComments:=False, Password:="", _
AddToRecentFiles:=True, WritePassword:="", ReadOnlyRecommended:=False, _
EmbedTrueTypeFonts:=False, SaveNativePictureFormat:=False, SaveFormsData _
:=False, SaveAsAOCELetter:=False
ActiveDocument.SendMail
Re: Setting E-mail Recipients
Can someone tell me if there is a code to set the priority to high using MailEnvelope