VCardPhoto
Contents
[
Hide
]VCardPhoto class
Represents vCard photo property
Constructors
| Name | Description |
|---|---|
| VCardPhoto (2 overloads) | Initializes a new instance of the VCardPhoto class |
Methods
| Name | Description |
|---|---|
| get_Data | Gets an image data ( null if valueLocation is not inline ) |
| get_PhotoType | Gets a photo type |
| get_Uri | Gets a uri of photo ( null if valueLocation is inline ) |
| get_ValueLocation | Gets a value location |
| set_Data | Sets an image data ( null if valueLocation is not inline ) |
| set_PhotoType | Sets a photo type |
| set_Uri | Sets a uri of photo ( null if valueLocation is inline ) |
| set_ValueLocation | Sets a value location |
| ToVCardHeader | Converts this instance into the corresponding VCardHeader |