Click or drag to resize
VCardNameProperty Constructor (String, String, String, String, String)

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VCardNameProperty(
	string sFamilyName,
	string sGivenName,
	string sAdditionalNames = "",
	string sHonorificPrefixes = "",
	string sHonorificSuffixes = ""
)

Parameters

sFamilyName
Type: SystemString
sGivenName
Type: SystemString
sAdditionalNames (Optional)
Type: SystemString
sHonorificPrefixes (Optional)
Type: SystemString
sHonorificSuffixes (Optional)
Type: SystemString
See Also