PowerTCP Mail for .NET
Content Property (Resource)




Gets or sets the decoded Content of the part.
Syntax
Public Property Content As Byte()
Dim instance As Resource
Dim value() As Byte
 
instance.Content = value
 
value = instance.Content
public byte[] Content {get; set;}
public: __property byte[]* get_Content();
public: __property void set_Content( 
   byte[]* value
);
public:
property array<byte>^ Content {
   array<byte>^ get();
   void set (    array<byte>^ 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