G
Guest
The following is part of some coder I am using to send a word document as the
message body of an email.
Set Report = doc.MailEnvelope.Item
Report.To =
Report.Subject =
Report.Send
This nicely send the document and without "ClickYes" you have to approve the
send.
Can someone tell me how to trigger an edit so the email opens requiring the
user to manually send the email? Thank you.
message body of an email.
Set Report = doc.MailEnvelope.Item
Report.To =
Report.Subject =
Report.Send
This nicely send the document and without "ClickYes" you have to approve the
send.
Can someone tell me how to trigger an edit so the email opens requiring the
user to manually send the email? Thank you.