Attachment.Headers Property


Gets the HeaderCollection for headers of the attachment in the email message.

[VisualĀ Basic]
Public Property Headers() As HeaderCollection
[C#]
public HeaderCollection Headers {get; }
[C++]
public: __property HeaderCollection * get_Headers();
[JScript]
public function get Headers() : HeaderCollection;

Property Value

Gets a HeaderCollection instance for headers of the attachment in the email message.