Contact.Load

Load(string)

Loads contact data

public static Contact Load(string filePath)
ParameterTypeDescription
filePathStringfile path

Return Value

Returns contact object

See Also


Load(string, ContactLoadFormat)

Loads contact data

public static Contact Load(string filePath, ContactLoadFormat format)
ParameterTypeDescription
filePathStringfile path
formatContactLoadFormatRepresents contact format

Return Value

Returns contact object

See Also


Load(Stream)

Loads contact data

public static Contact Load(Stream stream)
ParameterTypeDescription
streamStreamContact stream

Return Value

Returns contact object

See Also


Load(Stream, ContactLoadFormat)

Loads contact data

public static Contact Load(Stream stream, ContactLoadFormat format)
ParameterTypeDescription
streamStreamContact stream
formatContactLoadFormatRepresents contact format

Return Value

Returns contact object

See Also