28-03-22 11:34 AM
Answered! Go to Answer.
19-10-22 11:58 AM
20-10-22 08:39 AM
From: Arun
Sent: 19 October 2022 09:47
To: Neeraj Kumar
Subject: test
On checking further noticed that VBO is having following code
If Message_Is_HTML Then
reply.BodyFormat = 2
reply.HTMLBody = Message & vbCrLf & item.HTMLBody
Else
reply.BodyFormat = 1
reply.Body = Message & vbCrLf & item.Body
and when i try to use below code. it is working fine
If Message_Is_HTML Then
reply.BodyFormat = 2
reply.HTMLBody = Message & vbCrLf & reply.HTMLBody
Else
reply.BodyFormat = 1
reply.HTMLBody = Message & vbCrLf & reply.HTMLBody
End If
20-10-22 02:25 PM
20-10-22 02:28 PM
20-10-22 03:07 PM
20-10-22 03:53 PM