ContactCard Interface

Definition

Represents a Microsoft Office system contact card.

public interface class ContactCard : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03F1-0000-0000-C000-000000000046")]
public interface ContactCard : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03F1-0000-0000-C000-000000000046")>]
type ContactCard = interface
    interface _IMsoDispObj
Public Interface ContactCard
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Returns an Application object that represents the parent Office application for the ContactCard object.

Creator

Returns a Int32 that indicates the application in which the ContactCard object was created.

Methods

Close()

Closes the contact card.

Show(MsoContactCardStyle, Int32, Int32, Int32, Int32, Int32, Boolean)

Displays the contact card at the specified x-coordinate position outside the specified rectangle.

Applies to