Answer the question
In order to leave comments, you need to log in
How to prohibit changing the subject of the letter and the mailing list in MS Outlook?
Good afternoon everyone!
Please help me understand the following:
The subject of the letter is formed automatically in the code. Once opened, the email submission form should not allow the user to change it.
Public Sub Новое_Письмо(Theme As String, AddressList As String)
...
With newMail
.Subject = Theme
.To = AddressList
.BodyFormat = olFormatHTML
.htmlBody = htmlBody
.Display
...
End With
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question