Click or drag to resize
VCard Constructor (String, String, String, String)
Creates a basic contact

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VCard(
	string FirstName,
	string Surname,
	string Company = "",
	string EMailAddress = ""
)

Parameters

FirstName
Type: SystemString
Contact's Given Name
Surname
Type: SystemString
Contact's Surname
Company (Optional)
Type: SystemString
Contact's Company
EMailAddress (Optional)
Type: SystemString
Contact's E-Mail Address
Remarks