MessageHeader<T>.Actor 属性

定义

获取或设置邮件头的目标收件人。

public:
 property System::String ^ Actor { System::String ^ get(); void set(System::String ^ value); };
public string Actor { get; set; }
member this.Actor : string with get, set
Public Property Actor As String

属性值

邮件头的目标收件人。 默认值为空字符串(“)。

注解

如果此属性为空,则标头将解释为邮件的最终收件人的目标。

适用于