VCardBuilderCreate(Boolean, Boolean) Method

Returns a VCardBuilder that creates a new VCard object.

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public static VCardBuilder Create(
	bool setContactID = true,
	bool setCreated = true
)

Parameters

setContactID  Boolean  (Optional)
true to set the ContactID property of the newly created VCard object automatically with a newly created ContactIDProperty instance, otherwise false.
setCreated  Boolean  (Optional)
true to set the Created property with a newly created TimeStampProperty instance, otherwise false.

Return Value

VCardBuilder
The VCardBuilder that creates a new VCard.

See Also