Attachment.TransportName Property

From Independentsoft MSG .NET

Attachment TransportName Property MSG .NET Class Library
Contains the name of an attachment file modified so that it can be associated with TNEF messages.

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

Syntax

public string TransportName { get; set; }
public string TransportName { get; set; }
Public Property TransportName As String 
	Get 
	Set
Public Property TransportName As String 
	Get 
	Set
Dim instance As Attachment 
Dim value As String 

value = instance.TransportName

instance.TransportName = value
Dim instance As Attachment 
Dim value As String 

value = instance.TransportName

instance.TransportName = value
/** @property */
public String get_TransportName()
/** @property */
public void set_TransportName(String value)
/** @property */
public String get_TransportName()
/** @property */
public void set_TransportName(String value)
function get TransportName () : String 
function set TransportName (value : String)
function get TransportName () : String 
function set TransportName (value : String)
function get_TransportName();
function set_TransportName(value);
function get_TransportName();
function set_TransportName(value);

Property Value

Type: OnlineString
The name of the transport.
See Also