Options

Outlook forms - CC field

cyberguyprcyberguypr Mod Posts: 6,928 Mod
Anyone familiar with Outlook forms? I am working on a custom meeting form and need to add a user as Optional Attendee when clicking a button. I added this code:

Sub cmdBtn_Click()
Recipients.Add ("John Doe")
Recipients.ResolveAll
End Sub

It works, but it adds the user as required instead of optional. I am sure there some syntax that can be added to the command to make it optional.

Comments

Sign In or Register to comment.