Home All Groups Group Topic Archive Search About

VB 2005 Email Programming

Author
16 Aug 2006 7:00 PM
Sharrukin Amiri
Can anyone give me a head start on programming outlook to send and recieve
mail via VB 2005.  I want to automatically send a unique pin number
to a customer who's credit card was approved.  I am new to VB2005.  This
would be my first VB2005 app.  I have using VB6 for over 15 years.


--

Warm Regards,

Sharrukin

Author
16 Aug 2006 7:10 PM
Spam Catcher
"Sharrukin Amiri" <sharru***@amtekcenter.com> wrote in
news:eE9o6YWwGHA.1284@TK2MSFTNGP05.phx.gbl:

> Can anyone give me a head start on programming outlook to send and
> recieve mail via VB 2005.  I want to automatically send a unique pin
> number to a customer who's credit card was approved.  I am new to
> VB2005.  This would be my first VB2005 app.  I have using VB6 for over
> 15 years.

You don't need to use Outlook for this : )

Take a look at .NET 2.0's mail classes: System.Web.Mail.
Author
16 Aug 2006 8:06 PM
Sharrukin Amiri
Is this the same as MAPI in vb6?


Show quoteHide quote
"Spam Catcher" <spamhoneypot@rogers.com> wrote in message
news:Xns98219A4DC7B0Ausenethoneypotrogers@127.0.0.1...
> "Sharrukin Amiri" <sharru***@amtekcenter.com> wrote in
> news:eE9o6YWwGHA.1284@TK2MSFTNGP05.phx.gbl:
>
>> Can anyone give me a head start on programming outlook to send and
>> recieve mail via VB 2005.  I want to automatically send a unique pin
>> number to a customer who's credit card was approved.  I am new to
>> VB2005.  This would be my first VB2005 app.  I have using VB6 for over
>> 15 years.
>
> You don't need to use Outlook for this : )
>
> Take a look at .NET 2.0's mail classes: System.Web.Mail.
Author
17 Aug 2006 2:28 PM
Spam Catcher
"Sharrukin Amiri" <sharru***@amtekcenter.com> wrote in
news:eCCb0AXwGHA.4216@TK2MSFTNGP06.phx.gbl:

> Is this the same as MAPI in vb6?
>

No, it's not MAPI at all - I think .NET 2.0's System.Web.Mail classes are
native... tho they might still use CDO (in .NET 1.1 System.Mail were CDO
wrappers).
Author
17 Aug 2006 9:52 AM
Larry Lard
Sharrukin Amiri wrote:
> Can anyone give me a head start on programming outlook to send and recieve
> mail via VB 2005.  I want to automatically send a unique pin number
> to a customer who's credit card was approved.  I am new to VB2005.  This
> would be my first VB2005 app.  I have using VB6 for over 15 years.

You're going to send pin numbers over email? You do know email is as
secure as a postcard, don't you?


--
Larry Lard
larryl***@googlemail.com
The address is real, but unread - please reply to the group
For VB and C# questions - tell us which version
Author
17 Aug 2006 10:00 AM
Cor Ligthert [MVP]
Larry,

Are you sure that a postcard is not more secure than email. I have not the
idea that people is searching for postcards with pin numbers on it.

:-)

Cor

Show quoteHide quote
"Larry Lard" <larryl***@googlemail.com> schreef in bericht
news:4kisibFc23qmU1@individual.net...
> Sharrukin Amiri wrote:
>> Can anyone give me a head start on programming outlook to send and
>> recieve mail via VB 2005.  I want to automatically send a unique pin
>> number
>> to a customer who's credit card was approved.  I am new to VB2005.  This
>> would be my first VB2005 app.  I have using VB6 for over 15 years.
>
> You're going to send pin numbers over email? You do know email is as
> secure as a postcard, don't you?
>
>
> --
> Larry Lard
> larryl***@googlemail.com
> The address is real, but unread - please reply to the group
> For VB and C# questions - tell us which version
Author
7 Sep 2006 5:59 AM
ivon_lui
Sharrukin Amiri wrote:
> Can anyone give me a head start on programming outlook to send and recieve
> mail via VB 2005.  I want to automatically send a unique pin number
> to a customer who's credit card was approved.  I am new to VB2005.  This
> would be my first VB2005 app.  I have using VB6 for over 15 years.
>
>
> --
>
> Warm Regards,
>
> Sharrukin

Since your information in email is sensitive, so I think you may need
the SSL and S/MIME.

I used this email component ( http://www.emailarchitect.net/easendmail/
) in our company for confidential email,  there are several samples for
vb.net after
you installed it on machine.

SSL connection:

SSL connection encrypts data between the SMTP component and SMTP server
to protects user, password and email content in TCP/IP level.

Please refer to:

http://www.emailarchitect.net/easendmail/sdk/default.asp?ct=object_ssl

S/MIME: digital signed and encrypted email

Digital signature prevents email content is faked or changed in
transport level. Encrypting email protects email content from exposure
to inappropriate recipients. Both digital signature and email
encrypting depend on digital certificate.

Please refer to:

http://www.emailarchitect.net/easendmail/sdk/default.asp?ct=object_smime