LumiSoft Mail Server User API
Parse Method (stream)
Namespaces > LumiSoft.Net.Mime.vCard > vCard > Parse(Stream)
Parses vCard from the specified stream.
Syntax
C#Visual BasicManaged C++
public void Parse (
	Stream stream
)
Public Sub Parse ( _
	stream As Stream _
)
public:
void Parse (
	Stream^ stream
)
Parameters
stream (Stream)
Stream what contains vCard.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)