J
Jenny Tam
We have implemented an Outlook COM add-in, and one of the goals is to
send email messages while extracting email properties at the same
time. We have implemented our custom 'Send' button and so far so
good.
However, we have found that when the message size is way too big, we
could get an error message like this when we click the regular 'Send'
button:
"the message being sent exceeds the message size established"
However, when the user clicks our custom 'Send' button (using
IMessage::SubmitMessage()), we only get "Unspecified error".
Now my question is whether we could detect the message size has
actually exceeded the limit. Where can we find the limit?
Any help is much appreciated!!
Thanks in advance,
Jenny
send email messages while extracting email properties at the same
time. We have implemented our custom 'Send' button and so far so
good.
However, we have found that when the message size is way too big, we
could get an error message like this when we click the regular 'Send'
button:
"the message being sent exceeds the message size established"
However, when the user clicks our custom 'Send' button (using
IMessage::SubmitMessage()), we only get "Unspecified error".
Now my question is whether we could detect the message size has
actually exceeded the limit. Where can we find the limit?
Any help is much appreciated!!
Thanks in advance,
Jenny