VCardMimeName Property

This is used to get the MIME Name (NAME) property used to specify the displayable presentation text associated with the source for the vCard, as specified in the MimeSource property.

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public MimeNameProperty MimeName { get; }

Property Value

MimeNameProperty
This is for use in specifying a MIME name type and is only valid for the 3.0 specification Do not confuse this with the FormattedName or the Name properties which are specific to vCards.

See Also