Attachment ContentBase Property | MSG .NET Class Library |
Contains the content base header of a MIME message attachment.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string ContentBase { get; set; }
public string ContentBase { get; set; }
Public Property ContentBase As String Get Set
Public Property ContentBase As String Get Set
Dim instance As Attachment Dim value As String value = instance.ContentBase instance.ContentBase = value
Dim instance As Attachment Dim value As String value = instance.ContentBase instance.ContentBase = value
/** @property */ public String get_ContentBase() /** @property */ public void set_ContentBase(String value)
/** @property */ public String get_ContentBase() /** @property */ public void set_ContentBase(String value)
function get ContentBase () : String function set ContentBase (value : String)
function get ContentBase () : String function set ContentBase (value : String)
function get_ContentBase(); function set_ContentBase(value);
function get_ContentBase(); function set_ContentBase(value);
Property Value
Type:
The content base.
See Also