_SharingItem.CC 属性

定义

以 C# ) 返回一个 字符串 (字符串,该 字符串 表示的抄送 (CC) 名称的 SharingItem显示列表。 读/写。

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

属性值

注解

此属性包含仅显示名称,用分号 (;) 分隔字符。 集合 Recipients 应用于修改抄送收件人。

注意:如果 SharingItem 使用 Exchange 共享上下文,则将此属性设置为 Nothing 以外的任何值都会阻止发送项目,并导致 Send() 方法引发错误。

适用于