_MailItem.CC プロパティ

定義

のカーボン コピー (CC) 名の表示リストを表す 文字列 (C#の文字列 ) を MailItem返します。 読み取り/書き込みが可能です。

public:
 property System::String ^ CC { System::String ^ get(); void set(System::String ^ value); };
public string CC { get; set; }
Public Property CC As String

プロパティ値

注釈

このプロパティには、表示名だけが含まれています。 コレクションを Recipients 使用して CC 受信者を変更する必要があります。

適用対象