Click here to Skip to main content
15,908,618 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 13:50
protectorChristian Graus28-Oct-06 13:50 
GeneralRe: Reversing a registry change? Pin
Code Crapper28-Oct-06 14:02
Code Crapper28-Oct-06 14:02 
GeneralRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 14:07
protectorChristian Graus28-Oct-06 14:07 
GeneralRe: Reversing a registry change? Pin
Code Crapper28-Oct-06 14:15
Code Crapper28-Oct-06 14:15 
GeneralRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 15:09
protectorChristian Graus28-Oct-06 15:09 
GeneralRe: Reversing a registry change? Pin
Code Crapper28-Oct-06 15:15
Code Crapper28-Oct-06 15:15 
GeneralRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 17:08
protectorChristian Graus28-Oct-06 17:08 
QuestionAuthenticate through SMTP Server Pin
BBMB3228-Oct-06 10:52
BBMB3228-Oct-06 10:52 
This is driving me crazy! I've been able to relay through my office SMTP server, but I can't use vb.net to authenticate properly through my mailserver at home. I use Kerio Mailserver and my whole family relays through it, but I can't get vb to do it. Here's a sample --

Dim MailClient As New System.Net.Mail.SmtpClient

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Me.MailClient.Host = "xxxx.xxx"

Me.MailClient.Port = "25"


Dim MyCred As New System.Net.NetworkCredential("Brandon@xxxx.xxxx", "xxxxxxx")

MailClient.UseDefaultCredentials = False
MailClient.Credentials = MyCred

MailClient.Send("Brandon@xxxx.xxx", "bbmxxx@xxxxx.xxx", "[Test]- VB App", "VB App")

End Sub

Now, when I try to send an email to a email address on the mailserver, it works fine. But when trying to send to for example, a Gmail or Yahoo account, it will not - says 'Cannot Relay'. Yes, the user I'm authenticating with does have permission to relay....

Thanks!

Brandon
QuestionMake a form refresh itself Pin
Code Crapper28-Oct-06 10:09
Code Crapper28-Oct-06 10:09 
AnswerRe: Make a form refresh itself Pin
Reuven Elliassi28-Oct-06 10:19
Reuven Elliassi28-Oct-06 10:19 
GeneralRe: Make a form refresh itself Pin
Code Crapper28-Oct-06 10:24
Code Crapper28-Oct-06 10:24 
GeneralRe: Make a form refresh itself Pin
Reuven Elliassi28-Oct-06 10:25
Reuven Elliassi28-Oct-06 10:25 
QuestionPersist a datagridview format? Pin
cstrader23228-Oct-06 5:31
cstrader23228-Oct-06 5:31 
QuestionHow to send mail from windos application Pin
balamurugan8228-Oct-06 2:10
balamurugan8228-Oct-06 2:10 
AnswerRe: How to send mail from windos application Pin
cstrader23228-Oct-06 5:36
cstrader23228-Oct-06 5:36 
Questionhow change row color on(in) datagirid Pin
berzegerol27-Oct-06 20:10
berzegerol27-Oct-06 20:10 
AnswerRe: how change row color on(in) datagirid Pin
Janani Divya27-Oct-06 20:22
Janani Divya27-Oct-06 20:22 
GeneralRe: how change row color on(in) datagirid Pin
berzegerol27-Oct-06 22:19
berzegerol27-Oct-06 22:19 
GeneralRe: how change row color on(in) datagirid Pin
Janani Divya29-Oct-06 14:58
Janani Divya29-Oct-06 14:58 
GeneralRe: how change row color on(in) datagirid Pin
berzegerol31-Oct-06 2:27
berzegerol31-Oct-06 2:27 
GeneralRe: how change row color on(in) datagirid Pin
Janani Divya31-Oct-06 17:13
Janani Divya31-Oct-06 17:13 
QuestionHow Can i do This in VB? Pin
aloksingh200627-Oct-06 19:46
aloksingh200627-Oct-06 19:46 
AnswerRe: How Can i do This in VB? Pin
Janani Divya27-Oct-06 20:00
Janani Divya27-Oct-06 20:00 
GeneralRe: How Can i do This in VB? Pin
aloksingh200627-Oct-06 20:20
aloksingh200627-Oct-06 20:20 
GeneralRe: How Can i do This in VB? [modified] Pin
Janani Divya27-Oct-06 20:28
Janani Divya27-Oct-06 20:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.