How to switch inspector into send-mode after adding recipients?

T

timberdrop

Hello there,

i use this code to add people to Outlook-appointments:

Dim myRecipient As Outlook.Recipient
Set myRecipient =
myOlInspector.CurrentItem.Recipients.Add(myRecipientAddress)
myRecipient.Type = myRecipientType
myRecipient.Resolve

This works fine - BUT: It does not change the inspectors "Save and
Close"-Button to a "Send"-Button (as it does, when I add recipients
manually). If I do it programatically nothing happens. :(

How can I tell the inspector to change that button?

for your help thanks in advance
tiMb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top