Attachment.MimeTag Property

Independentsoft MSG .NET

Attachment MimeTag Property MSG .NET Class Library
Contains formatting information about a MIME attachment.

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

Syntax

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

value = instance.MimeTag

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

value = instance.MimeTag

instance.MimeTag = value
/** @property */
public String get_MimeTag()
/** @property */
public void set_MimeTag(String value)
/** @property */
public String get_MimeTag()
/** @property */
public void set_MimeTag(String value)
function get MimeTag () : String 
function set MimeTag (value : String)
function get MimeTag () : String 
function set MimeTag (value : String)
function get_MimeTag();
function set_MimeTag(value);
function get_MimeTag();
function set_MimeTag(value);

Property Value

Type: OnlineString
The MIME tag.
See Also