Hi.
Im trying to search my inbox for a collection of e-mails using their subject name. unfortunately they contain some swedish characters which are not part of ascii. im guessing thats the cause since im not getting any hits when searching for words containing these characters (åäö).
is there a way for me to work around this issue?
code example:
Im trying to search my inbox for a collection of e-mails using their subject name. unfortunately they contain some swedish characters which are not part of ascii. im guessing thats the cause since im not getting any hits when searching for words containing these characters (åäö).
is there a way for me to work around this issue?
code example:
ImapX.MessageCollection messages = _client.Folders["INBOX"].Search("SUBJECT Bärtz", true);