Attachment.ToString Method

Independentsoft MSG .NET

Attachment ToString Method MSG .NET Class Library
Returns a OnlineString that represents this instance.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public override string ToString()
public override string ToString()
Public Overrides Function ToString As String
Public Overrides Function ToString As String
Dim instance As Attachment 
Dim returnValue As String 

returnValue = instance.ToString()
Dim instance As Attachment 
Dim returnValue As String 

returnValue = instance.ToString()
public String ToString()
public String ToString()
public override function ToString() : String
public override function ToString() : String
function ToString();
function ToString();

Return Value

Type: OnlineString
A OnlineString that represents this instance.
See Also