_MailItem.AlternateRecipientAllowed プロパティ

定義

メール メッセージを転送できる場合は Trueブール値 (C#ではブール値) を返します。 読み取り/書き込みが可能です。

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

プロパティ値

適用対象