IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

DecodeFromString Method

Decodes from string.

Syntax

[VB.NET]
Public Sub DecodeFromString()
[C#]
public void DecodeFromString();

Remarks

This method decodes from string. Same as DecodeFromFile, but now the Message denotes the real encoded message rather than a filename.

This method decodes the data given in Message and optionally MessageHeaders and fills out the Parts collection .

Example (Decoding Mail Message)


MIMEControl.MessageHeaders.AddRange(MailControl.MessageHeaders)
MIMEControl.Message = MailControl.MessageText
MIMEControl.DecodeFromString

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]