Attachment.PathName Property
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.
Returns a String (string in C#) representing the full path to the linked attached file. Read-only.
public:
property System::String ^ PathName { System::String ^ get(); };
public string PathName { get; }
Public ReadOnly Property PathName As String
Property Value
Remarks
This property is only valid for linked files.