G
Hi all,
I have a scenario where we would like show a number of contacts on a
meeting request, but if they fit certain criteria not send a meeting
request to them. But we would like them to stay on the meeting request.
(They will be external contacts, and the purpose of including them on
the meeting request is for record keeping purposes)
The problem is that there can be quite a few and getting the users to
remember to flag them as not receiving a request is a problem, so I
have created some VBA that will cycle through the recipients, but I
cant find a way of keeping them but not sending them a request email
Through the UI there is the little drop down where you can select
whether you send a request to the contact or not, while keeping the
contact on the list. But I can find any properties to do this. If I
remove the recipent from either the recipients collection, or the text
strings containing the addresses they are removed from the meeting
request.
Is there a send=false or similar property I am missing in the object
model.
Sorry if I am being a little vague.
Help!
Ian.
I have a scenario where we would like show a number of contacts on a
meeting request, but if they fit certain criteria not send a meeting
request to them. But we would like them to stay on the meeting request.
(They will be external contacts, and the purpose of including them on
the meeting request is for record keeping purposes)
The problem is that there can be quite a few and getting the users to
remember to flag them as not receiving a request is a problem, so I
have created some VBA that will cycle through the recipients, but I
cant find a way of keeping them but not sending them a request email
Through the UI there is the little drop down where you can select
whether you send a request to the contact or not, while keeping the
contact on the list. But I can find any properties to do this. If I
remove the recipent from either the recipients collection, or the text
strings containing the addresses they are removed from the meeting
request.
Is there a send=false or similar property I am missing in the object
model.
Sorry if I am being a little vague.
Help!
Ian.