NetXP 3.0 Reference

Mapi.SaveAttachByName Method 

Saves attachment by name.

[Visual Basic]
Public Function SaveAttachByName( _
   ByVal name As String, _
   ByVal savepath As String _
) As Boolean
[C#]
public bool SaveAttachByName(
   string name,
   string savepath
);

Parameters

name
Name of attachment.
savepath
Path to save.

Return Value

True if success, False if error.

See Also

Mapi Class | NETXP.Library Namespace