Board index » Visual Studio » putting mail in outlook
|
ClaesG
|
|
ClaesG
|
putting mail in outlook
Visual Studio53
i have to make a kind of mass-mailing application, but the real sending of the messages is to the users discretion so i just have to put messages in outlook's outbox i have to do it with vb6 and outlook automation if this is not the right newsgroup,please advice where i should post this question tia - |
| IrfanSFazli
Registered User |
Wed Sep 13 00:30:02 CDT 2006
Re:putting mail in outlook
Try the MAPISESSION and MAPIMESSAGES controls.
MapiSession opens an outlook session, while the mapimessages is used to manipulate the sending-reveiving of mails. -- IRFAN. "PC" wrote: Quotei have to make a kind of mass-mailing application, but the real sending of |
| Jan
Registered User |
Wed Sep 13 03:23:16 CDT 2006
Re:putting mail in outlook
"PC" <Onzin@pandora.be>'s wild thoughts were released on
Wed, 13 Sep 2006 01:22:49 +0200 bearing the following fruit: Quotei have to make a kind of mass-mailing application, but the real sending of compliant e-mail programs. The other option is to manipulate outlook directly. I'm always a little reserved about helping anyone with mass mailing though (although I'm sure yours is only to people who want the mail) Jan Hyde (VB MVP) -- A pessimist's blood type is always b-negative. (Pun of the Day) - |
| PC
Registered User |
Wed Sep 13 16:31:31 CDT 2006
Re:putting mail in outlook
Thanks,that did work
i do not have outlook installed,but outlook express,i suppose it will work with outlook to 1 small problem, even when i disable 'warn me when a program tries to send email on your behalf' i still get like a message box flashing for a fraction of a second and then it disappairs "Irfan S. Fazli" <IrfanSFazli@discussions.microsoft.com>wrote in message QuoteTry the MAPISESSION and MAPIMESSAGES controls. - |
| PC
Registered User |
Wed Sep 13 16:40:32 CDT 2006
Re:putting mail in outlook
Jan
dont worry about this mass-mail program its gone be used by a lady who has a small dog-grooming busines (+-500 clients at the moment),and she also is a dog-whisperer (i think its called that in english) and she will never contact more then a few clients every week and just once a year everyone further more i want to make sure my program does not actualy send the mail, only puts it in the outbox like you know, "hey i didn't shoot the guy, i only made the gun" -:) "Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.com>wrote in message Quote"PC" <Onzin@pandora.be>'s wild thoughts were released on - |
| Jan
Registered User |
Thu Sep 14 02:51:18 CDT 2006
Re:putting mail in outlook
"PC" <Onzin@pandora.be>'s wild thoughts were released on
Wed, 13 Sep 2006 23:40:32 +0200 bearing the following fruit: QuoteJan what's in the outbox anyway at the interval it's configured to. I'm wondering why you have this requirement? Oh, re: the security warning, IIRC mapilab have an addin (I think it's free...) for outlook. It allows you to give a product permission to use outlook after which you won't see the security messages anymore whenever that application uses outlook. J Quotelike you know, "hey i didn't shoot the guy, i only made the gun" -:) Jan Hyde (VB MVP) -- We were making love in the back of a truck and we got carried away. (Spike Milligan) - |
