I'm trying to get MailItem.To .CC and .From and from what I've read it's supposed to be a semicolon delimited string.
I'm looking for "[email protected];[email protected]" but i'm getting back "John Smith;Jane Smith"
which is funny because the outlook address book does not contain any contacts so the name is coming from the john smith<[email protected]>
format of the email.
How to i get around this? I found the MailItem.Recipients but i need to know if it's a CC or not. Do I just have to check against the CC property?