_ContactItem.AddBusinessCardLogoPicture Method
Adds a logo picture to the current Electronic Business Card of the contact item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub AddBusinessCardLogoPicture ( _
Path As String _
)
'Usage
Dim instance As _ContactItem
Dim Path As String
instance.AddBusinessCardLogoPicture(Path)
[DispIdAttribute()]
void AddBusinessCardLogoPicture(
string Path
)
Parameters
Path
Type: System.StringThe full path name that specifies the picture file to load.
Remarks
An Electronic Business Card can only have one logo picture, so any existing logo pictures will be replaced. Standard graphic formats are supported, including .BMP, .GIF, .JPG, and .PNG.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace