PowerTCP Mail for .NET
TransferEncoding Property




Gets or sets the TransferEncoding value ("content-transfer-encoding") associated with this part.
Syntax
Public Property TransferEncoding As TransferEncoding
Dim instance As Resource
Dim value As TransferEncoding
 
instance.TransferEncoding = value
 
value = instance.TransferEncoding
public TransferEncoding TransferEncoding {get; set;}
public: __property TransferEncoding get_TransferEncoding();
public: __property void set_TransferEncoding( 
   TransferEncoding value
);
public:
property TransferEncoding TransferEncoding {
   TransferEncoding get();
   void set (    TransferEncoding value);
}
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