public void Dispose() { if (m_attachment != null) { Marshal.ReleaseComObject(m_attachment); m_attachment = null; } }
internal Attachment(Redemption.Attachment attachment) { m_attachment = attachment; }