VCardContact.IsMultiContacts

IsMultiContacts(string)

Checks whether source file contains multi contacts.

public static bool IsMultiContacts(string filePath)
ParameterTypeDescription
filePathStringPath to source file

Return Value

True if multi contacts, otherwise false.

See Also


IsMultiContacts(Stream)

Checks whether source stream contains multi contacts.

public static bool IsMultiContacts(Stream stream)
ParameterTypeDescription
streamStreamSource stream

Return Value

True if multi contacts, otherwise false.

See Also