AttachmentData Class |
Namespace: Aspose.Email.Clients.Activity
The AttachmentData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttachmentData | Initializes a new instance of the AttachmentData class |
Name | Description | |
---|---|---|
![]() | FileName |
The file name of the attachment.
Mandatory: Yes
|
![]() | FileType |
The file type of the attachment.
Mandatory: Yes
|
![]() | FileVerdict |
The file malware verdict.
Mandatory: Yes
|
![]() | MalwareFamily |
The file malware family.
Mandatory: No
|
![]() | SHA256 |
The file SHA256 hash.
Mandatory: Yes
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |