Is It Possible to Set Importance Level in DoCmd.SendObject Email?

  • Thread starter Thread starter MJ
  • Start date Start date
M

MJ

I looking at the syntax for the DoCmd.SendObject I do not see anywhere one
can program importance level (high) for emails in certain cases.

Is this possible within the command structure?

Or is this an education issue to the user, that when the email pops up for
editing that they should set the importance as HIGH?

Thank you in advance,
MJ
 
I do not believe that you can do this. You'd have to switch to using outlook
automation instead of the SendObject method to send your email to have access
to controling that aspect of the email programatically.

For some info on the subject take a look at
http://msdn2.microsoft.com/en-us/li...odc_ac_olauto_sendanoutlookmessageusingaccess
http://www.cardaconsultants.com/en/msaccess.php?lang=en&id=0000000013
--
Hope this helps,

Daniel Pineault
For Access Tips and Examples: http://www.cardaconsultants.com/en/msaccess.php
If this post was helpful, please rate it by using the vote buttons.
 
MJ said:
I looking at the syntax for the DoCmd.SendObject I do not see anywhere one
can program importance level (high) for emails in certain cases.

Is this possible within the command structure?

Not within SendObject.
Or is this an education issue to the user, that when the email pops up for
editing that they should set the importance as HIGH?

Or choose an alternate solution.

Microsoft Access Email FAQ
http://www.granite.ab.ca/access/email.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Back
Top