HasUnprocessedAttachmentChanges method

bool HasUnprocessedAttachmentChanges()
Gets a value indicating whether this instance has unprocessed attachment collection changes.

Implementation

bool HasUnprocessedAttachmentChanges() {
  return this.Attachments.HasUnprocessedChanges();
}