Hi there,
When we load EML and add it to PST, we found that backslash in the header value was dropped.
For example:
To: test@test.com, abc@aaa"aaa.com, a b \c
Junk: ~!@#$%^&*()_+`1234567890-={}|[]\:";'<>?,./
After I added the message to PST, then imported to outlook, I found that those two headers were changed to:
To: test@test.com, abc@aaa"aaa.com, "a b c"
Junk: ~!@#$%^&*()_+`1234567890-={}|[]:";'<>?,./
For the first to header a b \c was changed to "a b c"
For the second junk header: \ was dropped
Why Aspose.Email will make those changes? Should we just use whatever we read from the EML if outlook was not rejecting those characters?
When we load EML and add it to PST, we found that backslash in the header value was dropped.
For example:
To: test@test.com, abc@aaa"aaa.com, a b \c
Junk: ~!@#$%^&*()_+`1234567890-={}|[]\:";'<>?,./
After I added the message to PST, then imported to outlook, I found that those two headers were changed to:
To: test@test.com, abc@aaa"aaa.com, "a b c"
Junk: ~!@#$%^&*()_+`1234567890-={}|[]:";'<>?,./
For the first to header a b \c was changed to "a b c"
For the second junk header: \ was dropped
Why Aspose.Email will make those changes? Should we just use whatever we read from the EML if outlook was not rejecting those characters?