Attachments property

List<Attachment?> Attachments
Gets a value indicating whether the TimeZoneContext SOAP header should be emitted. Gets the attachments.

Implementation

//@override
//        bool EmitTimeZoneHeader
//        {
//            get
//            {
//                for (ItemAttachment itemAttachment in this.attachments.OfType<ItemAttachment>())
//                {
//                    if ((itemAttachment.Item != null) && itemAttachment.Item.GetIsTimeZoneHeaderRequired(false /* isUpdateOperation */))
//                    {
//                        return true;
//                    }
//                }
//
//                return false;
//            }
//        }

/// <summary>
/// Gets the attachments.
/// </summary>
/// <value>The attachments.</value>
List<Attachment?> get Attachments => this._attachments;