Recipient.Sendable property (Outlook)
Returns or sets a Boolean value that indicates whether a meeting request can be sent to the Recipient. Read/write
Syntax
expression. Sendable
expression A variable that represents a 'Recipient' object.
Remarks
This property corresponds to the MAPI property PidTagRecipientFlags. It returns True if PidTagRecipientFlags is equal to 0x00000001. Setting the property changes PidTagRecipientFlags accordingly.
This property applies only to a recipient of a meeting request. If the recipient is not on a meeting request, getting and setting this property does not do anything.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.