How do I fill " Subject" field from the Outlook command line?

  • Thread starter Thread starter S Ward
  • Start date Start date
S

S Ward

I'm trying to automatically fill in the "Subject" field in a new mail message.
I am starting outlook from the Command line and cannot find the relevant
switch for the "Subject" field.
 
S said:
I'm trying to automatically fill in the "Subject" field in a new mail message.
I am starting outlook from the Command line and cannot find the relevant
switch for the "Subject" field.

The mailto: URL lets you specify the e-mail addresses, subject, and even
body of an e-mail from a command line. Just remember that URLs will use
some characters for special meaning, like the "#" to identify anchors on
a web page, so you need to use their hexidecimal values as indicated in
the articles below:

http://support.microsoft.com/kb/188019/en-us
http://support.microsoft.com/kb/192341/en-us

The mailto: URL scheme will send the data to whatever is currently
defined as your default MAPI e-mail client.
 
Back
Top