Specifies if the attachment data is compressed. The attachment is compressed using a FlateDecode filter which in most cases will compress the attachment, however if the attachment is already compressed this setting may not have a significant effect.
Syntax
public bool Compress {get; set;}
public: __property bool get_Compress();
public: __property void set_Compress(
bool value
);
public:
property bool Compress {
bool get();
void set ( bool value);
}
See Also