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
)
Public Shared Function Load (
stream As Stream
) As Contact
public:
static Contact^ Load(
Stream^ stream
)
static member Load :
stream : Stream -> Contact
Parameters
- stream
- Type: System.IOStream
Contact stream
Return Value
Type:
ContactReturns contact object
See Also