// Token: 0x06000258 RID: 600 RVA: 0x00008E7B File Offset: 0x0000707B
 public AnchorAttachment GetAttachment(string name, PropertyOpenMode openMode)
 {
     base.CheckDisposed();
     return(AnchorMessageHelper.GetAttachment(base.AnchorContext, this.Message, name, openMode));
 }
 // Token: 0x06000259 RID: 601 RVA: 0x00008E96 File Offset: 0x00007096
 public void DeleteAttachment(string name)
 {
     base.CheckDisposed();
     AnchorMessageHelper.DeleteAttachment(this.Message, name);
 }
 // Token: 0x06000257 RID: 599 RVA: 0x00008E61 File Offset: 0x00007061
 public AnchorAttachment CreateAttachment(string name)
 {
     base.CheckDisposed();
     return(AnchorMessageHelper.CreateAttachment(base.AnchorContext, this.Message, name));
 }