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