PowerTCP Mail for .NET
ToArray Method (Part)




true if Headers should be included. Otherwise only the content body is returned.
Returns the encoded MIME entity as a byte array.
Syntax
Public Function ToArray( _
   ByVal includeHeaders As Boolean _
) As Byte()
Dim instance As Part
Dim includeHeaders As Boolean
Dim value() As Byte
 
value = instance.ToArray(includeHeaders)
public byte[] ToArray( 
   bool includeHeaders
)
public: byte[]* ToArray( 
   bool includeHeaders
) 
public:
array<byte>^ ToArray( 
   bool includeHeaders
) 

Parameters

includeHeaders
true if Headers should be included. Otherwise only the content body is returned.

Return Value

byte[]
See Also

Reference

Part Class
Part Members


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