DotMSN

MSNObject.LoadFile Method 

Gets or sets the file location. When a file is set the file data is immediately read in memory to extract the filehash. It will retain in memory afterwards.

[Visual Basic]
Public Sub LoadFile( _
   ByVal fileName As String _
)
[C#]
public void LoadFile(
   string fileName
);

Parameters

fileName

See Also

MSNObject Class | XihSolutions.DotMSN Namespace