_ContactItem.SaveBusinessCardImage Method
Saves an image of the business card generated from the specified ContactItem object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub SaveBusinessCardImage ( _
Path As String _
)
'Usage
Dim instance As _ContactItem
Dim Path As String
instance.SaveBusinessCardImage(Path)
[DispIdAttribute()]
void SaveBusinessCardImage(
string Path
)
Parameters
Path
Type: System.StringThe fully qualified path and file name of the image to be saved.
Remarks
This method generates an image, as a Portable Network Graphics (.png) file, of the business card generated from the specified ContactItem object. If the path and file name specified in Path cannot be resolved, an error occurs.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace