VCardSound Class

Represents a vCard sound property
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardSound

Namespace:  Aspose.Email.PersonalInfo.VCard
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class VCardSound

The VCardSound type exposes the following members.

Constructors
  NameDescription
Public methodVCardSound
Initializes a new instance of the VCardSound class
Properties
  NameDescription
Public propertyData
Gets or sets a sound data (null if valueLocation is not inline)
Public propertySoundType
Gets or sets a sound type
Public propertyUri
Gets or sets a uri of sound (null if valueLocation is inline)
Public propertyValueLocation
Gets or sets a value location
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also