Recipient.Sendable 属性

定义

返回或设置 Boolean C#) 值 (bool ,该值指示是否可以将会议请求发送到 Recipient。 读/写。

public:
 property bool Sendable { bool get(); void set(bool value); };
public bool Sendable { get; set; }
Public Property Sendable As Boolean

属性值

注解

此属性对应于 PidTagRecipientFlags 的 MAPI 属性。 如果 PidTagRecipientFlags 等于 0x00000001,则返回 True 。 设置属性会相应地更改 PidTagRecipientFlags

此属性仅适用于会议要求的收件人。 如果收件人不在会议要求中,则获取和设置此属性不起任何作用。

适用于