MapiFileDesc.path Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
path() | |
path(String) |
path()
public:
virtual System::String ^ path();
public virtual string path ();
abstract member path : unit -> string
override this.path : unit -> string
Public Overridable Function path () As String
Returns
Applies to
path(String)
public:
virtual System::String ^ path(System::String ^ _thePath);
public virtual string path (string _thePath);
abstract member path : string -> string
override this.path : string -> string
Public Overridable Function path (_thePath As String) As String
Parameters
- _thePath
- String