Link to home
Start Free TrialLog in
Avatar of markleszczynski
markleszczynski

asked on

How do you make the mailto item a variable in a shell command line?

Shell("C:\Program Files\Microsoft Office\Office11\Outlook.exe /c ipm.note /m mailto:name@comcast.net&subject=Retrofits%21&body=" & txtRetrofitPartNumber.text)

I just got help with the above commmand on how to make the body a variable.  I'd like to expand on this.  Is it possible to make the mailto name a variable?  For instance mailto:txtmailname.text.  I tried using the same format as above mailto: + txtmailname.text, did not work.  Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

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