Message FtpSite Property | MSG .NET Class Library |
Contains the FTP site entry for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string FtpSite { get; set; }
public string FtpSite { get; set; }
Public Property FtpSite As String Get Set
Public Property FtpSite As String Get Set
Dim instance As Message Dim value As String value = instance.FtpSite instance.FtpSite = value
Dim instance As Message Dim value As String value = instance.FtpSite instance.FtpSite = value
/** @property */ public String get_FtpSite() /** @property */ public void set_FtpSite(String value)
/** @property */ public String get_FtpSite() /** @property */ public void set_FtpSite(String value)
function get FtpSite () : String function set FtpSite (value : String)
function get FtpSite () : String function set FtpSite (value : String)
function get_FtpSite(); function set_FtpSite(value);
function get_FtpSite(); function set_FtpSite(value);
Property Value
Type:
The FTP site.
See Also