Recipient.Sendable Property

Definition

Returns or sets a Boolean (bool for C#) value that indicates whether a meeting request can be sent to the Recipient. Read/write.

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.

Applies to