|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB 2005 Email ProgrammingCan 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 "Sharrukin Amiri" <sharru***@amtekcenter.com> wrote in You don't need to use Outlook for this : )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. Take a look at .NET 2.0's mail classes: System.Web.Mail. 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. "Sharrukin Amiri" <sharru***@amtekcenter.com> wrote in No, it's not MAPI at all - I think .NET 2.0's System.Web.Mail classes are news:eCCb0AXwGHA.4216@TK2MSFTNGP06.phx.gbl: > Is this the same as MAPI in vb6? > native... tho they might still use CDO (in .NET 1.1 System.Mail were CDO wrappers). Sharrukin Amiri wrote:
> Can anyone give me a head start on programming outlook to send and recieve You're going to send pin numbers over email? You do know email is as > 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. 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 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. :-) CorShow 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 Sharrukin Amiri wrote:
> Can anyone give me a head start on programming outlook to send and recieve Since your information in email is sensitive, so I think you may need> 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 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
VB.NET Express speed issue
To overload, or not to overload? ANN: VS.NET 2003 SP1 Newbie and 2005 Concurrecny MS Access Reports and VB.NET Program RE: TO LEARN PROGRAMMING Memory Usange In VB.NET Serial Port Communuciation in VB with Compact Framework 2.0 create a folder useing vb code? Desktop Application Culture Setting |
|||||||||||||||||||||||