Link to home
Start Free TrialLog in
Avatar of stopmiles
stopmiles

asked on

Outlook 2003 command line switch for the "from" field

Hi
I am using Outlook 2003 and want to generate an e mail from the command line

The following command will open a new mail with the subject field of "Test" but is there a command to set the "from" field? If not (because i cant find one) is there any other options ie. like calling a profile (/profile ***)
 
"C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE"/c imp.note /m *****@***.com?subject= Test

Regards
STOP
Avatar of AndreDekolta
AndreDekolta

Is this what you're looking for?

/importprf prffilename

 Launches Outlook and opens/imports the defined MAPI profile (*.prf). If Outlook is already open, queues the profile to be imported on the next clean launch.
 
Or?

/m emailname
 Provides a way for the user to add an e-mail name to the item. Only works in conjunction with the /c command-line parameter.

Example:

Outlook.exe /c ipm.note /m emailname
 
ASKER CERTIFIED SOLUTION
Avatar of AndreDekolta
AndreDekolta

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial