Class VCardPhoto

VCardPhoto class

Represents vCard photo property

public sealed class VCardPhoto

Constructors

NameDescription
VCardPhoto()Initializes a new instance of the VCardPhoto class

Properties

NameDescription
Data { get; set; }Gets or sets an image data (null if valueLocation is not inline)
PhotoType { get; set; }Gets or sets a photo type
Uri { get; set; }Gets or sets a uri of photo (null if valueLocation is inline)
ValueLocation { get; set; }Gets or sets a value location

See Also