Hello, I haven't been able to find any resource to explain to me how I can set the encoding for the .SetContentFromBytes Lotus Notes MIMEEntity method. I am trying to declare base64, in the official documentation it shows ENC_BASE64 and therefore I have this
Stepping through my code, when this line is run it over-writes any previous encoding with
Question then, how do I correctly declare ENC_BASE64 encoding in the LotusNotes SetContentFromBytes MIMEEntity method?
VBA Code:
Call MIMEDoc.SetContentFromBytes(Nstream, "application/pdf", ENC_BASE64)
VBA Code:
ENC_NONE
Question then, how do I correctly declare ENC_BASE64 encoding in the LotusNotes SetContentFromBytes MIMEEntity method?