Ask Your Question
2

How can you confirm that you have responded to a client's email using VBA?

asked 2023-07-18 23:08:22 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-18 23:27:02 +0000

bukephalos gravatar image

One way to confirm that you have responded to a client's email using VBA is to create a code that would mark the email as responded in Outlook. This can be done by setting the "FlagStatus" property of the email item to "olFlagComplete" or "olFlagMarked". You can also create a new folder and move the original email and the response email into that folder to keep track of your communication with the client. Additionally, you can create a custom log or report that would list all the emails that you have responded to, along with their corresponding dates and times.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-18 23:08:22 +0000

Seen: 12 times

Last updated: Jul 18 '23