Questions related to the structure and usage of the Outlook Template (OFT) file format.
Questions tagged [oft]
31 questions
-1
votes
1 answer
How to reply to all contacts using original attachment
I have a vba code script which I use to reply all, and send the response to all contacts which come in the original email.
Sub my_test()
Dim objItem As Object
Dim mail As MailItem
Dim replyall As MailItem
Dim templateItem As MailItem
For Each…

H.N.
- 1,207
- 2
- 12
- 28