can't detect mailaddress if mail is created from a third-party application

Add-in Express™ Support Service
That's what is more important than anything else

can't detect mailaddress if mail is created from a third-party application
 
300bar




Posts: 7
Joined: 2014-04-19
an E-Mail be created from another application via mailto:name@domain.de.
The given Mailaddress isn't underlined.

We cant' send because it seems mailaddress is missing.

If using outlook button "check names" (Namen pr?fen) everything works fine.

We try to resolve the mailadresse like this. But it doesn't work

  For Each Recipient As Outlook.Recipient In _mailmessage.Recipients
              If Not Recipient.Resolved Then
                 Recipient.Resolve()
               End If
               Next


any idea to fix?
www.bsc-computer.de
www.sms-ware.de
www.safesender.de
Posted 17 Sep, 2018 08:02:55 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Hello 300bar,

300bar writes:
The given Mailaddress isn't underlined


Do you refer to name@domain.de or mailto:name@domain.de?

Try Recipients.ResolvAll() instead. I'd also check if saving the email helps.


Andrei Smolin
Add-in Express Team Leader
Posted 17 Sep, 2018 09:57:40 Top