Recipient.Sendable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool Sendable { bool get(); void set(bool value); };
public bool Sendable { get; set; }
Public Property Sendable As Boolean
Property Value
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.