LocalFile Property
The path to the file that will be sent.
Syntax
[VB.NET] Public Property LocalFile As String
[C#] public string LocalFile {get; set;}
Remarks
This property specifies the local file that will be sent when calling SendFile. This property must be set before calling SendFile.
Default Value
""