Try checking the value of Item.Recipients.Count instead. In general, you
should work with control property values only when you want to change the
appearance of a control or when the control is not bound to an Outlook
property.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
>I am creating a custom task form in OL2007, and I want to make sure the
> "Assigned To" box (bound to the Assigned to field) is not empty when Send
[quoted text clipped - 26 lines]
> End If
> End Sub
cmonroe21 - 15 Jun 2009 19:49 GMT
Works like a charm. Thank you! I think I was confused about the
_RecipientControl1 thing, good to know that I can bypass dealing with it!
>Try checking the value of Item.Recipients.Count instead. In general, you
>should work with control property values only when you want to change the
[quoted text clipped - 5 lines]
>> End If
>> End Sub