LumiSoft Mail Server User API
vCard Class
Namespaces > LumiSoft.Net.Mime.vCard > vCard
Rfc 2426 vCard implementation.
Syntax
C#Visual BasicManaged C++
public class vCard
Public Class vCard
public ref class vCard
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
vCardNew()
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 attempt to free resources and perform other cleanup operations before the Object 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. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(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 vCard from the specified file.
Parse(Stream)
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 Version: 2.0.2636.18419 (Module: LumiSoft.Net)