nMail.Attachment.Attachment C# (CSharp) Method

Attachment() public method

Attachment�N���X�̐V�K�C���X�^���X����������܂��B
public Attachment ( ) : System
return System
        public Attachment()
        {
            _header_list = new ArrayList();
            _body_list = new ArrayList();
            _temp = new byte[AttachmentTempSize];
        }