ContactLoad Method (Stream)

Loads contact data

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static Contact Load(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Contact stream

Return Value

Type: Contact
Returns contact object
See Also