Hi,
I need to be able to attach a PDF from within my server-side script. I have the following already written
Mstm.SaveAttachment( new ProcessContext().FolderId, _fileName, Convert.
but not sure what is required after the Convert. Should it be ToBase64String or ToBase64CharArray as I believe 64bit encoding is required? But also what follows that.
Help please. Thanks in advance.