|
Hello, How do I parse the Message-ID from the headers? I have the following:
but I am having a NullReferenceException. How do I go about it, the correct way? Thanks! |
|
Hello, the See following quote from the RFC 5322.
It means that when creating a new message you should include the Try using this code:
|