IJournalAttachments Property
IT Hit WebDAV Classes Reference
Gets document objects associated with the calendar component.
Namespace: ITHit.WebDAV.Calendar.ComponentsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIPropertyList<IMedia> Attachments { get; }
ReadOnly Property Attachments As IPropertyList(Of IMedia)
Get
property IPropertyList<IMedia^>^ Attachments {
IPropertyList<IMedia^>^ get ();
}
abstract Attachments : IPropertyList<IMedia> with get
Property Value
Type:
IPropertyListIMedia
See Also