Attachment.SaveAsFile(String) 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.
Saves the attachment to the specified path.
public:
void SaveAsFile(System::String ^ Path);
public void SaveAsFile (string Path);
Public Sub SaveAsFile (Path As String)
Parameters
- Path
- String
The location at which to save the attachment.