Represents a vCard sound property More...
Inherits Object.
Public Member Functions | |
VCardSoundType | get_SoundType () const |
Gets a sound type More... | |
void | set_SoundType (VCardSoundType value) |
Sets a sound type More... | |
System::ArrayPtr< uint8_t > | get_Data () const |
Gets a sound data (null if valueLocation is not inline ) More... | |
void | set_Data (System::ArrayPtr< uint8_t > value) |
Sets a sound data (null if valueLocation is not inline ) More... | |
System::String | get_Uri () const |
Gets a uri of sound (null if valueLocation is inline ) More... | |
void | set_Uri (System::String value) |
Sets a uri of sound (null if valueLocation is inline ) More... | |
VCardValueLocation | get_ValueLocation () const |
Gets a value location More... | |
void | set_ValueLocation (VCardValueLocation value) |
Sets a value location More... | |
VCardSound () | |
Initializes a new instance of the VCardSound class More... | |
VCardSound (System::SharedPtr< VCardHeader > sound) | |
Initializes a new instance of the VCardSound class More... | |
System::SharedPtr< VCardHeader > | ToVCardHeader () |
Converts this instance into the corresponding VCardHeader More... | |
Friends | |
class | Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo |
Represents a vCard sound property
Aspose::Email::PersonalInfo::VCard::VCardSound::VCardSound | ( | ) |
Initializes a new instance of the VCardSound class
Aspose::Email::PersonalInfo::VCard::VCardSound::VCardSound | ( | System::SharedPtr< VCardHeader > | sound | ) |
Initializes a new instance of the VCardSound class
sound | A sound vCard property |
ArgumentNullException | sound is null |
System::ArrayPtr<uint8_t> Aspose::Email::PersonalInfo::VCard::VCardSound::get_Data | ( | ) | const |
Gets a sound data (null
if valueLocation is not inline
)
VCardSoundType Aspose::Email::PersonalInfo::VCard::VCardSound::get_SoundType | ( | ) | const |
Gets a sound type
System::String Aspose::Email::PersonalInfo::VCard::VCardSound::get_Uri | ( | ) | const |
Gets a uri of sound (null
if valueLocation is inline
)
VCardValueLocation Aspose::Email::PersonalInfo::VCard::VCardSound::get_ValueLocation | ( | ) | const |
Gets a value location
void Aspose::Email::PersonalInfo::VCard::VCardSound::set_Data | ( | System::ArrayPtr< uint8_t > | value | ) |
Sets a sound data (null
if valueLocation is not inline
)
void Aspose::Email::PersonalInfo::VCard::VCardSound::set_SoundType | ( | VCardSoundType | value | ) |
Sets a sound type
void Aspose::Email::PersonalInfo::VCard::VCardSound::set_Uri | ( | System::String | value | ) |
Sets a uri of sound (null
if valueLocation is inline
)
void Aspose::Email::PersonalInfo::VCard::VCardSound::set_ValueLocation | ( | VCardValueLocation | value | ) |
Sets a value location
System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardSound::ToVCardHeader | ( | ) |
Converts this instance into the corresponding VCardHeader
|
friend |