Can you adjust the MAPI probe size or payload in 3.1? If not can you tell me the current size of the message?
Hello sotherls,
mail is a plaintext message containing 340 characters including whitespaces, subject is 60 characters long.
You can't modify it to increase it's size. Why do you need this? Any specific reason?
Just curious. While we know the current MAPI probes are working we are trying to see if we can simulate a user sending a 2Mb email. Our users are saying the larger emails are too slow while the smaller ones are, of course, faster. We want to measure the larger ones and see how their response times are.
I do appreciate the detailed explanation though.
Follow up question, is the 340 characters including the 60 for the subject?
No. And also note that there are characters like "\r\n" and they can be converted to just "\n". If you want to know real size of whole message, you can try to "catch" it on the mail server during probe execution before it is deleted.