Dart.Mail Namespace > MailMessage Class : GetContentEncodingStream Method |
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
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.