Skip to content

VCards aren't able to handle multiple types on Telephone  #9

Description

@dgwaldo

Other libraries allow you to do something like this...

            var phoneFax = new vCard.vTelephone();
            phoneFax.Location = vCard.vLocations.WORK;
            phoneFax.Type = vCard.vPhoneTypes.FAX;
            phoneFax.TelephoneNumber = contact.FaxNumber;
            vc.Telephones.Add(phoneFax);

Producing output like TEL;WORK;FAX:555-555-5555

This library doesn't allow for that without doing something custom...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions