Recipient.Sendable Property
Returns or sets a Boolean (bool for C#) value that indicates whether a meeting request can be sent to the Recipient. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Sendable As Boolean
Get
Set
'Usage
Dim instance As Recipient
Dim value As Boolean
value = instance.Sendable
instance.Sendable = value
[DispIdAttribute()]
bool Sendable { get; set; }
Property Value
Type: System.Boolean
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.