Sets text.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void SetText( string transferEncoding, Encoding charset, string text )
Public Sub SetText ( transferEncoding As String, charset As Encoding, text As String )
public: void SetText( String^ transferEncoding, Encoding^ charset, String^ text )
member SetText : transferEncoding : string * charset : Encoding * text : string -> unit
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when transferEncoding, charset or text is null reference. |
InvalidOperationException | Is raised when this method is accessed and this body is not bounded to any entity. |
NotSupportedException | Is raised when body contains not supported Content-Transfer-Encoding. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119