attachments
Brought to you by:
bizzeh
I am not the greatest C# programmer. Getting an error in parse message with "m_attach.Data = Convert.FromBase64String(m_bld.ToString());" indicating a base64 error of an invalid character.. The file in question is a plain text file and should not need to be converted. I think I have over come this issue but I do not know how to write attachments to filee(s). I can see the count of attachments but can not see the file names or type(s) of data. I am using your code in an execuitable so I can find the error. I have attached the Messages file.
I am not the greatest C# programmer. Getting an error in parse message with "m_attach.Data = Convert.FromBase64String(m_bld.ToString());" indicating a base64 error of an invalid character.. The file in question is a plain text file and should not need to be converted. I think I have over come this issue but I do not know how to write attachments to filee(s). I can see the count of attachments but can not see the file names or type(s) of data. I am using your code in an execuitable so I can find the error. I have attached the Messages file.