The IAttachment type exposes the following members.

Methods

  NameDescription
Public methodCopy<(Of <<'(T>)>>)
Returns a copy of the current object, including all relevent fields/properties, resulting in a semantically equivalent copy of the object. (which consequently passes an object.Equals(obj1, obj2) test).
(Inherited from ICopyable.)
Public methodCopyFrom
Copies all relevant fields/properties from the target object to the current one.
(Inherited from ICopyable.)
Public methodGetService(Type)
Gets the service object of the specified type.
(Inherited from IServiceProvider.)
Public methodGetService(String) (Inherited from IServiceProvider.)
Public methodGetService<(Of <<'(T>)>>)()()()() (Inherited from IServiceProvider.)
Public methodGetService<(Of <<'(T>)>>)(String) (Inherited from IServiceProvider.)
Public methodGetValueType (Inherited from ICalendarDataType.)
Public methodLoadDataFromUri()()()()
Loads (fills) the Data property with the file designated at the given Uri.
Public methodLoadDataFromUri(String, String)
Loads (fills) the Data property with the file designated at the given Uri.
Public methodLoadDataFromUri(Uri, String, String)
Loads (fills) the Data property with the file designated at the given Uri.
Public methodRemoveService(String) (Inherited from IServiceProvider.)
Public methodRemoveService(Type) (Inherited from IServiceProvider.)
Public methodSetService(Object) (Inherited from IServiceProvider.)
Public methodSetService(String, Object) (Inherited from IServiceProvider.)
Public methodSetValueType (Inherited from ICalendarDataType.)

Properties

  NameDescription
Public propertyAssociatedObject (Inherited from ICalendarDataType.)
Public propertyCalendar (Inherited from ICalendarDataType.)
Public propertyData
A binary representation of the data that was loaded.
Public propertyEncoding (Inherited from IEncodableDataType.)
Public propertyFormatType
To specify the content type of a referenced object. This optional value should be an IANA-registered MIME type, if specified.
Public propertyLanguage (Inherited from ICalendarDataType.)
Public propertyParameters (Inherited from ICalendarParameterListContainer.)
Public propertyUri
The URI where the attachment information can be located.
Public propertyValue
A unicode-encoded version of the data that was loaded.
Public propertyValueEncoding
Gets/sets the encoding used to store the value.

See Also