Class VCardPhoto
VCardPhoto class
Represents vCard photo property
public sealed class VCardPhoto
Constructors
| Name | Description |
|---|---|
| VCardPhoto() | Initializes a new instance of the VCardPhoto class |
Properties
| Name | Description |
|---|---|
| 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
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email