SMTP Mail Sending Problem Windows 7

  • Thread starter Thread starter Adam Right
  • Start date Start date
A

Adam Right

Hi,

I am using SMTPClient class for sending mail from my C# application. I have
successfully sent mail in local area or outside of the domain.

But, i met a strange problem. When i send the mail to the client who uses
Windows 7 he cannot receive the mail, although exchange server tells me "it
has delivered".

I worked on it and i found a silly case. When i set MailPriority.High the
client receives the mail. If i do not set the mail priority to high, the
client does not receive the mail.

Can Anyone tell me what is the problem, or has anybody met a problem as
similar as with mine?

Thanks.
 
Hi Adam!

But, i met a strange problem. When i send the mail to the client who uses
Windows 7 he cannot receive the mail, although exchange server tells me "it
has delivered".

You should ask in the Exchange newsgroup...

Can Anyone tell me what is the problem, or has anybody met a problem as
similar as with mine?

Spam-Filter!?

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
Back
Top