M
Michael K.
We have create email accounts for our Video Conference
Boardrooms. We want to be able to go to the attendee
availability page and view which ones are busy. Created
code that can add an address to the TO (recipients) field
and also code that can eliminate it if we deselect that
boardroom, but the TO field is not where we need to add
the address, it is the Resource (Location) field. The
code we used to add a boardroom to the TO field is:
Item.Recipients.Add ("(e-mail address removed)")
How can we change that as a Resource Option, so we can
check the availability of the room? Thanks.
Michael K.
Boardrooms. We want to be able to go to the attendee
availability page and view which ones are busy. Created
code that can add an address to the TO (recipients) field
and also code that can eliminate it if we deselect that
boardroom, but the TO field is not where we need to add
the address, it is the Resource (Location) field. The
code we used to add a boardroom to the TO field is:
Item.Recipients.Add ("(e-mail address removed)")
How can we change that as a Resource Option, so we can
check the availability of the room? Thanks.
Michael K.