Attachment.PathName Property

Definition

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.

Applies to