BodyPart ContentLocation Property | MSG .NET Class Library |
Gets or sets the content location.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string ContentLocation { get; set; }
public string ContentLocation { get; set; }
Public Property ContentLocation As String Get Set
Public Property ContentLocation As String Get Set
Dim instance As BodyPart Dim value As String value = instance.ContentLocation instance.ContentLocation = value
Dim instance As BodyPart Dim value As String value = instance.ContentLocation instance.ContentLocation = value
/** @property */ public String get_ContentLocation() /** @property */ public void set_ContentLocation(String value)
/** @property */ public String get_ContentLocation() /** @property */ public void set_ContentLocation(String value)
function get ContentLocation () : String function set ContentLocation (value : String)
function get ContentLocation () : String function set ContentLocation (value : String)
function get_ContentLocation(); function set_ContentLocation(value);
function get_ContentLocation(); function set_ContentLocation(value);
Property Value
Type:
The content location.
See Also