BackOffice Products
1832691 Members
2489 Online
110043 Solutions
New Discussion

Re: send mail question ???

 
SOLVED
Go to solution
miaoxucheng
Advisor

send mail question ???

hi ,expert .
I want to send a mail auto on winnt/2000 using outlook command line style ,who can help ?
thanks a million .
2 REPLIES 2
Frederic Zeller
Honored Contributor

Re: send mail question ???

Hi.

I would use BLAT ( dos mail ).
Works fine


Fred
Why should I bother ? The problem will be gone with the next release ...
Jon Finley
Honored Contributor
Solution

Re: send mail question ???

Single Command-Line String for a Message with Subject and Body
NOTE : The procedures that are outlined in this section assume that the you are familiar with creating the type of objects listed in the implementation list.

In order to create a preformatted and pre-addressed e-mail message, it is necessary to build a command-line string with the following parameters:
mailto:?cc=&bcc=mail>&subject=&body=
Where the following variable definitions apply:
Variable Field Entry
--------------------------------------------------------------
e-mail address to appear in the To field
e-mail address to appear in the CC field
e-mail address to appear in the BCC field
text to appear in the Subject field
text to appear in the Body of the message



MS has the complete steps in the following article:

http://support.microsoft.com/search/preview.aspx?scid=kb;en-us;Q197782


Jon
"Do or do not. There is no try!" - Yoda