SMTP Mail Sending Problem Windows 7

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.
 
J

Jochen Kalmbach [MVP]

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top