LumiSoft Net Help
vCard Class
NamespacesLumiSoft.Net.Mime.vCardvCard
RFC 2426 vCard implementation.
Declaration Syntax
C#Visual BasicVisual C++F#
public class vCard
Public Class vCard
public ref class vCard
type vCard =  class end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
vCard()()()()
Default constructor.

Addresses
Gets addresses collection.

BirthDate
Gets or sets birth date. Returns DateTime.MinValue if not set.

EmailAddresses
Gets email addresses collection.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FormattedName
Gets or sets formatted(Display name) name. Returns null if FN: item doesn't exist.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HomeURL
Gets or sets vCard home URL.

Items
Gets reference to vCard items.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets or sets name info. Returns null if N: item doesn't exist.

NickName
Gets or sets nick name. Returns null if NICKNAME: item doesn't exist.

NoteText
Gets or sets note text. Returns null if NOTE: item doesn't exist.

Organization
Gets or sets organization name. Usually this value is: comapny;department;office. Returns null if ORG: item doesn't exist.

Parse(String)
Parses single vCard from the specified file.

Parse(FileStream)
Parses single vCard from the specified stream.

Parse(Stream)
Parses single vCard from the specified stream.

ParseMultiple(String)
Parses multiple vCards from the specified file (Apple Address Book and Gmail exports)

ParseStrings(List<(Of <<'(String>)>>))
Parses vCard from the specified stream.

PhoneNumbers
Gets phone number collection.

Photo
Gets or sets person photo. Returns null if PHOTO: item doesn't exist.

Role
Gets or sets role. Returns null if ROLE: item doesn't exist.

Title
Gets or sets job title. Returns null if TITLE: item doesn't exist.

ToByte()()()()
Stores vCard structure to byte[].

ToFile(String)
Stores vCard to the specified file.

ToStream(Stream)
Stores vCard structure to the specified stream.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UID
Gets or sets vCard unique ID. Returns null if UID: item doesn't exist.

Version
Gets or sets vCard version. Returns null if VERSION: item doesn't exist.

WorkURL
Gets or sets vCard Work URL.

Inheritance Hierarchy
Object
vCard

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119