PowerTCP Mail for .NET
GetContentEncodingStream Method (MailMessage)




Used to encode message content.
Syntax
Public Overrides Function GetContentEncodingStream() As Stream
Dim instance As MailMessage
Dim value As Stream
 
value = instance.GetContentEncodingStream()
public override Stream GetContentEncodingStream()
public: Stream* GetContentEncodingStream(); override 
public:
Stream^ GetContentEncodingStream(); override 

Return Value

A Stream that the encoded message can be read from.
Remarks

If IsMime is true, normal MIME encoding is performed.

If IsMime is false, this method returns a Stream that uses UUENCODE for encoding attachments. The first Textpart will be used for the text portion. Included Attachments will be UUENCODED.

See Also

Reference

MailMessage Class
MailMessage Members


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