VCardContact.IsMultiContacts
IsMultiContacts(string)
Checks whether source file contains multi contacts.
public static bool IsMultiContacts(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | Path to source file |
Return Value
True if multi contacts, otherwise false.
See Also
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email
IsMultiContacts(Stream)
Checks whether source stream contains multi contacts.
public static bool IsMultiContacts(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | Source stream |
Return Value
True if multi contacts, otherwise false.
See Also
- class VCardContact
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email