Hello,
I have a working section of code that sends an email using SendObject, but the SendObject command seems to select the "send from" address unpredictably when there are multiple users in the database at the same time.
I know that the from address cannot be specified using SendObject, but the property must get set somewhere because sent emails in Outlook appear to come from a specific user.
My main question is, since the "from" property of the email is not set by the command, but the property is clearly set somehow, how does SendObject identify from whom emails are sent?
The problems I've see that alerted me to this issue are:
1. When multiple users are in the database simultaneously then occasionally but not always one user gets emails message popup to edit that appear to come from another user.
2. When multiple users are in the database simultaneously then occasionally but not always one user sees emails for editing that pop up on their machine when the other user is in fact sending and editing the email on a different machine.
Any thoughts out there? Thanks in advance.
I have a working section of code that sends an email using SendObject, but the SendObject command seems to select the "send from" address unpredictably when there are multiple users in the database at the same time.
I know that the from address cannot be specified using SendObject, but the property must get set somewhere because sent emails in Outlook appear to come from a specific user.
My main question is, since the "from" property of the email is not set by the command, but the property is clearly set somehow, how does SendObject identify from whom emails are sent?
The problems I've see that alerted me to this issue are:
1. When multiple users are in the database simultaneously then occasionally but not always one user gets emails message popup to edit that appear to come from another user.
2. When multiple users are in the database simultaneously then occasionally but not always one user sees emails for editing that pop up on their machine when the other user is in fact sending and editing the email on a different machine.
Any thoughts out there? Thanks in advance.