Bart De Smet's on-line blog (0x2B | ~0x2B, that's the question)
mailMSG.Fields["http://schemas.microsoft.com/cdo/configuration/smtpserver"] = txServidor.Text; mailMSG.Fields["http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"] = 0; mailMSG.Fields["http://schemas.microsoft.com/cdo/configuration/sendusing"] = 2; Msg.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25; Msg.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername") = "username"; Msg.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "password";
Is there anybody do this work in C++?