–1 vote

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.

by

1 Answer

0 votes

From the namespaces I can see you are using very old version (5 years old or more) of our component.

Please update to the latest version:
https://www.limilabs.com/mail/download

by (297k points)
...