Outlook has a button labeled Business Card. A lot of digital-card tools tell you to put a card in your email signature. Those two instructions look like they solve the same problem. They do not.
One of them attaches a real .vcf file to every message. The other is a hyperlink. Mixing them up is how you end up on Spiceworks asking why every email you send also ships a file you never attached.
Two different objects
1. A hosted card URL. You copy a public link (often a /v/ address that returns a vCard) and hyperlink your name, a line of text, or a small image. The email itself carries no contact data. The recipient has to click.
2. Outlook's native Electronic Business Card. In desktop Outlook's signature editor there is a literal Business Card button. Pick a contact from your local Outlook Contacts and Outlook drops in a card-shaped image and attaches the underlying .vcf to every message that uses that signature. Microsoft documents this. There is no toggle to keep the image and drop the attachment.
If you wanted a quiet link on your name and you used that button, the attachment is working as designed.
What a hosted /v/ link actually sends
When the URL is a live vCard endpoint rather than a static file, a typical response looks like this:
Content-Type: text/vcard; charset=utf-8
Content-Disposition: attachment; filename="dana.vcf"
attachment is the part that makes a phone show "add to contacts" instead of dumping BEGIN:VCARD into a browser tab. The signature still only contains a hyperlink. Gmail and Outlook will not magically render a card preview from that href; nothing in the email format does that for an ordinary link.
The useful property is that the URL stays the same when you change your title. Mail already sitting in someone's inbox still points at the current card. Outlook's attached .vcf is a snapshot from the moment you built the signature.
Where each one actually shows up
Outlook's rich card view is a desktop Outlook rendering. Send that signature to Gmail or Apple Mail and the recipient usually sees a .vcf attachment and maybe an embedded image, not the paper-card layout. If most of your recipients are not on desktop Outlook, you are maintaining a feature they mostly cannot see.
A plain hyperlink degrades the same way in every client: it is a link. Image blocking does not affect it, because there is no image to block unless you added one yourself.
Setup, without fighting the wrong dialog
For the link version:
- Get the public card URL.
- Open the ordinary HTML/text signature editor — not Outlook's Business Card button.
- Select your name, insert a hyperlink, paste the URL.
- Send a test to your phone. Desktop preview is the layer least likely to show a broken link.
For Outlook's native version: place the cursor, click Business Card, pick the local contact. Keep that contact's fields current. Editing a web profile will not update it.
Gmail has no native business-card control. Hyperlink text, or insert an image and hyperlink that image. The image carries no contact data on its own.
This does not make anyone save the contact
An attached .vcf still needs the recipient to open and confirm. A hyperlink still needs a click. A name-as-link in a signature is a way for someone who already wants to reach you to save your details, not a broadcast channel. A card or QR handed over in person converts better, because it is used at the moment of interest.
If you also need a printable version of the same page, a QR code that points at the same URL is the print-side of the same object.
I work on Nameplate, which serves those /v/ links. The Outlook-vs-hyperlink split above is the same whether you host the vCard yourself or use a builder.
Top comments (0)