EmailInjectHeader Property (GdPictureDocumentConverter)
In This Topic
Specifies whether the email header should be injected in the output document.
Syntax
'Declaration
Public Property EmailInjectHeader As Boolean
public bool EmailInjectHeader {get; set;}
public read-write property EmailInjectHeader: Boolean;
public function get,set EmailInjectHeader : boolean
public: __property bool get_EmailInjectHeader();
public: __property void set_EmailInjectHeader(
bool value
);
public:
property bool EmailInjectHeader {
bool get();
void set ( bool value);
}
See Also