BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

auto email - mapi - redemption

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi OLE Automation
View previous topic :: View next topic  
Author Message
Amber Earles
Guest





PostPosted: Tue Jan 11, 2005 3:23 pm    Post subject: auto email - mapi - redemption Reply with quote



I recently put a post on thirdpartytools.general trying to find a way to
create an email, with attachments, and auto send it. At first I was going
to use some code that required the user to enter an smtp address:
http://delphi.about.com/od/internetintranet/l/aa020304a.htm

But, the newsgroup recommended Simple MAPI components from
http://www.scalabium.com/mapimail.htm

My next question would be how to send an auto email through a program like
Outlook that comes up with that little prompt something like: an external
program would like ..... do you want to allow access for 5 minutes, etc.

My goal is to create an easy to use program that can archive some data files
and auto send them to another location. Either a corporate office, home
office, etc. Is there a way to avoid those email prompts? The other
newsgroup mentioned redemption? What is that? Any ideas or suggestions
that could help would be greatly appreciated.

Thank you for your time.

Amber


Back to top
Eugene E. Starostin
Guest





PostPosted: Tue Jan 11, 2005 3:51 pm    Post subject: Re: auto email - mapi - redemption Reply with quote



Hi Amber,

I think Dmitry will answer you with regard to his Redemption.
Until you get his answer have a look at
http://www.add-in-express.com/outlook-security.php

--
Regards from Belarus
Eugene Starostin
---
ADX Team
www.add-in-express.com - A new visual RAD tool for
developing COM add-ins, Smart Tags and RTD Servers

"Amber Earles" <amber (AT) pcpoll (DOT) com> wrote

Quote:
I recently put a post on thirdpartytools.general trying to find a way to
create an email, with attachments, and auto send it. At first I was going
to use some code that required the user to enter an smtp address:
http://delphi.about.com/od/internetintranet/l/aa020304a.htm

But, the newsgroup recommended Simple MAPI components from
http://www.scalabium.com/mapimail.htm

My next question would be how to send an auto email through a program like
Outlook that comes up with that little prompt something like: an external
program would like ..... do you want to allow access for 5 minutes, etc.

My goal is to create an easy to use program that can archive some data
files
and auto send them to another location. Either a corporate office, home
office, etc. Is there a way to avoid those email prompts? The other
newsgroup mentioned redemption? What is that? Any ideas or suggestions
that could help would be greatly appreciated.

Thank you for your time.

Amber




Back to top
Dmitry Streblechenko
Guest





PostPosted: Tue Jan 11, 2005 5:02 pm    Post subject: Re: auto email - mapi - redemption Reply with quote



See http://www.outlookcode.com/d/sec.htm

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"Amber Earles" <amber (AT) pcpoll (DOT) com> wrote

Quote:
I recently put a post on thirdpartytools.general trying to find a way to
create an email, with attachments, and auto send it. At first I was going
to use some code that required the user to enter an smtp address:
http://delphi.about.com/od/internetintranet/l/aa020304a.htm

But, the newsgroup recommended Simple MAPI components from
http://www.scalabium.com/mapimail.htm

My next question would be how to send an auto email through a program like
Outlook that comes up with that little prompt something like: an external
program would like ..... do you want to allow access for 5 minutes, etc.

My goal is to create an easy to use program that can archive some data
files
and auto send them to another location. Either a corporate office, home
office, etc. Is there a way to avoid those email prompts? The other
newsgroup mentioned redemption? What is that? Any ideas or suggestions
that could help would be greatly appreciated.

Thank you for your time.

Amber





Back to top
Amber Earles
Guest





PostPosted: Tue Jan 11, 2005 6:08 pm    Post subject: Re: auto email - mapi - redemption Reply with quote

Thank you. I will check it out. Does it support Delphi 7? I looked at the
code from http://www.scalabium.com/mapimail.htm but that does not seem to
actually send the email. It just comes up with the message, attachments,
etc., but I still need to click send. Does Redemption contain a command to
do the sending? If I just need to do more research on the mapimail stuff
just let me know.

Thank you again.

Amber



"Dmitry Streblechenko" <dmitry (AT) dimastr (DOT) com> wrote

Quote:
See http://www.outlookcode.com/d/sec.htm

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"Amber Earles" <amber (AT) pcpoll (DOT) com> wrote in message
news:41e3effb (AT) newsgroups (DOT) borland.com...
I recently put a post on thirdpartytools.general trying to find a way to
create an email, with attachments, and auto send it. At first I was
going
to use some code that required the user to enter an smtp address:
http://delphi.about.com/od/internetintranet/l/aa020304a.htm

But, the newsgroup recommended Simple MAPI components from
http://www.scalabium.com/mapimail.htm

My next question would be how to send an auto email through a program
like
Outlook that comes up with that little prompt something like: an
external
program would like ..... do you want to allow access for 5 minutes, etc.

My goal is to create an easy to use program that can archive some data
files
and auto send them to another location. Either a corporate office, home
office, etc. Is there a way to avoid those email prompts? The other
newsgroup mentioned redemption? What is that? Any ideas or suggestions
that could help would be greatly appreciated.

Thank you for your time.

Amber







Back to top
Dmitry Streblechenko
Guest





PostPosted: Tue Jan 11, 2005 6:34 pm    Post subject: Re: auto email - mapi - redemption Reply with quote

Yes, Redemption does support Delphi 7 and does send the messages - see
http://www.dimastr.com/redemption/

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"Amber Earles" <amber (AT) pcpoll (DOT) com> wrote

Quote:
Thank you. I will check it out. Does it support Delphi 7? I looked at
the
code from http://www.scalabium.com/mapimail.htm but that does not seem to
actually send the email. It just comes up with the message, attachments,
etc., but I still need to click send. Does Redemption contain a command
to
do the sending? If I just need to do more research on the mapimail stuff
just let me know.

Thank you again.

Amber



"Dmitry Streblechenko" <dmitry (AT) dimastr (DOT) com> wrote in message
news:41e40688$1 (AT) newsgroups (DOT) borland.com...
See http://www.outlookcode.com/d/sec.htm

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"Amber Earles" <amber (AT) pcpoll (DOT) com> wrote in message
news:41e3effb (AT) newsgroups (DOT) borland.com...
I recently put a post on thirdpartytools.general trying to find a way
to
create an email, with attachments, and auto send it. At first I was
going
to use some code that required the user to enter an smtp address:
http://delphi.about.com/od/internetintranet/l/aa020304a.htm

But, the newsgroup recommended Simple MAPI components from
http://www.scalabium.com/mapimail.htm

My next question would be how to send an auto email through a program
like
Outlook that comes up with that little prompt something like: an
external
program would like ..... do you want to allow access for 5 minutes,
etc.

My goal is to create an easy to use program that can archive some data
files
and auto send them to another location. Either a corporate office,
home
office, etc. Is there a way to avoid those email prompts? The other
newsgroup mentioned redemption? What is that? Any ideas or
suggestions
that could help would be greatly appreciated.

Thank you for your time.

Amber









Back to top
nicolasr
Guest





PostPosted: Tue Jan 11, 2005 7:17 pm    Post subject: Re: auto email - mapi - redemption Reply with quote

Quote:
Thank you. I will check it out. Does it support Delphi 7? I looked at
the
code from http://www.scalabium.com/mapimail.htm but that does not seem to
actually send the email. It just comes up with the message, attachments,
etc., but I still need to click send.

Hi,
have you tried setting the EditDialog property to 'false' in
the Scalabium component?

Nick



Back to top
Mike Shkolnik
Guest





PostPosted: Tue Jan 11, 2005 8:17 pm    Post subject: Re: auto email - mapi - redemption Reply with quote

Quote:
I looked at the code from http://www.scalabium.com/mapimail.htm but
that does not seem to actually send the email. It just comes up with the
message, attachments, etc., but I still need to click send.
Not.

Just set yourTMAPIMail.EditDialog = False and message will be saved in
Outbox in "silence" mode

--
With best regards, Mike Shkolnik
E-mail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
WEB: http://www.scalabium.com



Back to top
Amber Earles
Guest





PostPosted: Tue Jan 11, 2005 9:21 pm    Post subject: Re: auto email - mapi - redemption Reply with quote

Sorry for the confusion. After I sent the post I did more playing and set
the property to false. Then I saw the prompts and then we are back to
redemption. Thank you all for your help and for giving me things to check
out. I think with all your suggestions I can come up with a very nice
program. I just need to sit down and play with things. Any other
suggestions or things to look at are always appreicated.

Take care,
Amber


"Mike Shkolnik" <mshkolnik2002 (AT) ukr (DOT) net> wrote

Quote:
I looked at the code from http://www.scalabium.com/mapimail.htm but
that does not seem to actually send the email. It just comes up with
the
message, attachments, etc., but I still need to click send.
Not.
Just set yourTMAPIMail.EditDialog = False and message will be saved in
Outbox in "silence" mode

--
With best regards, Mike Shkolnik
E-mail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
WEB: http://www.scalabium.com





Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi OLE Automation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.