hello,
when I try to create an email with the following code
Dim eml As String = ClientAccount.GetMessageByUID(uid) 'Successfully Pass
Dim Email_ As Lesnikowski.Mail.IMail = Builder.CreateFromEml(eml) ' Fail
I get the error message "An item with the same key has already been added" any help is much appreciated.