Author |
|
bjorn Newbie
Joined: 21 May 2007 Location: Sweden
Online Status: Offline Posts: 7
|
Posted: 03 July 2009 at 2:24am | IP Logged
|
|
|
Anyone have any good sulution for getting client ip-address fom a mail.
The ip-address from witch the mail was sent,.
I know it´s in the header but do anyone have any good way of parsing it and getting the right ip-address
/bjorn
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 03 July 2009 at 2:48am | IP Logged
|
|
|
This is beyond free support scope, but there's a chance of getting help from the community on this forum.
Best regards,
Andrew
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 03 July 2009 at 5:13am | IP Logged
|
|
|
Actually, there is no common way for this. You can use MailMessage.TimeStamps[0].From property but as there is no single standard for this field, it would require very complicated heuristic logic to implement this. Please let us know if you're interested, however.
Regards,
Alex
|
Back to Top |
|
|