PowerTCP Mail for .NET
ContentDisposition Property




Gets or sets the ContentDisposition values associated with this part.
Syntax
Public Property ContentDisposition As ContentDisposition
Dim instance As Resource
Dim value As ContentDisposition
 
instance.ContentDisposition = value
 
value = instance.ContentDisposition
public ContentDisposition ContentDisposition {get; set;}
public: __property ContentDisposition* get_ContentDisposition();
public: __property void set_ContentDisposition( 
   ContentDisposition* value
);
public:
property ContentDisposition^ ContentDisposition {
   ContentDisposition^ get();
   void set (    ContentDisposition^ value);
}
Remarks

A null value indicates the "Content-Disposition" header field is not used.

See Also

Reference

Resource Class
Resource Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic