How exactly would "I" go by testing this on my end? Or would I have to test
it through the app?

Thanks


On Mon, May 13, 2013 at 8:12 AM, Michael B. Smith <[email protected]>wrote:

>  There are a couple of valid ways to specify the domain. That is not one
> of them. Do this instead:****
>
> ** **
>
> client.Credentials = new System.Net.NetworkCredential( "username",
> "password", “domain” );****
>
> ** **
>
> *From:* MarvinC [mailto:[email protected]]
> *Sent:* Monday, May 13, 2013 6:51 AM
> *To:* MS-Exchange Admin Issues
> *Subject:* Exchange SMTP Connector Issue****
>
> ** **
>
> I've got an Exchange 2003 SP2 environment where a developer is tying to
> create an smtp connection for a .NET4 application using the following
> syntax: ****
>
>  ****
>
> System.Net.Mail.SmtpClient client = new System.Net.Mail.SmtpClient("
> mymailserver.mydomain.com");
>  client.Credentials = new System.Net.NetworkCredential("my
> domain\\username", "password");
>  client.Send(message);****
>
>  ****
>
> I'm not 100% sure about the structure of statement and wanted to see if I
> could get some direction. ****
>
> Any responses appreciated.****
>
> ---
> To manage subscriptions click here:
> or send an email to
> with the body: unsubscribe exchangelist****
>
> ---
> To manage subscriptions click here:
> or send an email to
> with the body: unsubscribe exchangelist
>

---
To manage subscriptions click here: 
or send an email to 
with the body: unsubscribe exchangelist

Reply via email to