Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET POP3

 AfterLogic Forum : MailBee.NET POP3
Subject Topic: Importance/Priority Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
benjamin.t
Newbie
Newbie


Joined: 25 March 2008
Location: Sweden
Online Status: Offline
Posts: 1
Posted: 25 March 2008 at 5:08am | IP Logged Quote benjamin.t

Imports MailBee.Pop3Mail

The Importance or Priority fields are not set on incoming mail.

Importance     None {0}
Priority     None {0}

But if I have a look at RawHeader it contains:
"...Importance: high..."

Why is it not automaticly set?

Best regards
Benjamin
Back to Top View benjamin.t's Profile Search for other posts by benjamin.t
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 25 March 2008 at 6:19am | IP Logged Quote Andrew

We've just implemented the following example:

Code:
MailMessage msg = new MailMessage();

msg.LoadMessage(@"D:\test.eml");

MessageBox.Show(msg.Priority.ToString());
MessageBox.Show(msg.Importance.ToString());


The message contained the following headers:

Code:
X-Priority: 2 (High)
Importance: 1


And we got the following results:

Code:
High
Highest


Could you please provide us with the e-mail message which causes the issue as an .eml file? Use Request Support form for this purpose.

Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide