Author |
|
Mak Newbie
Joined: 21 September 2012
Online Status: Offline Posts: 2
|
Posted: 21 September 2012 at 5:20am | IP Logged
|
|
|
Hi friends,
I am using DeleveryStatusParser class for getting bounce emails ,
but i am not getting the subject of email.
Result result=parser.Process(msg);
.
.
.
.
if(result.orignalMessage!=null)
{
.
.
Response.write("Subject :"+result.OrignalMessage.Subject);
}
The other properties(eg- from,To) are working fine but only subject is displayed like..
"Subject : Subject"
Please help me out...
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 21 September 2012 at 5:32am | IP Logged
|
|
|
Is it possible to provide us with a message in question for examination? You can save it to filesystem using MailMessage method, and submit it over HelpDesk.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|