public void Dispose() { if (m_attachments != null && Marshal.IsComObject(m_attachments)) { Marshal.ReleaseComObject(m_attachments); } m_attachments = null; }
internal RWSAttachments(Redemption.Attachments attachments) { m_attachments = attachments; }