VCardMime Name 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: 2025.1.9.0
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.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public MimeNameProperty MimeName { get; }VB
Public ReadOnly Property MimeName As MimeNameProperty
GetC++
public:
property MimeNameProperty^ MimeName {
MimeNameProperty^ get ();
}F#
member MimeName : MimeNameProperty with getProperty Value
MimeNamePropertyThis 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.