MapiAttachment Class |
Namespace: Aspose.Email.Mapi
The MapiAttachment type exposes the following members.
Name | Description | |
---|---|---|
![]() | BinaryData |
Gets or sets binary attachment data.
|
![]() | CodePage |
Gets the code page.
(Inherited from MapiPropertyContainer.) |
![]() | Content |
Gets the content.
|
![]() | DisplayName |
Gets the display name of the ole object in an attachment.
|
![]() | Extension |
Gets a filename extension that indicates the document type of an attachment.
|
![]() | FileName |
Gets an attachment's base filename and extension, excluding path.
|
![]() | ItemId |
The item id, uses with a server
|
![]() | LongFileName |
Gets an attachment's long filename and extension, excluding path.
|
![]() | MimeTag |
Gets formatting information about a
Multipurpose Internet Mail Extensions (MIME) attachment.
|
![]() | NamedProperties |
Gets the named properties of message.
|
![]() | ObjectData |
Gets an attachment object typically accessed
through the OLE IStorage interface.
|
![]() | Properties |
Gets the collection of properties.
(Inherited from MapiPropertyContainer.) |
![]() | PropertyStream |
Gets the property stream.
|
![]() | SubStorages |
Gets the sub storages.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty |
Gets MAPI property by property descriptor.
(Overrides MapiPropertyContainerGetProperty(PropertyDescriptor).) |
![]() | GetPropertyBoolean |
Gets the value of the property specified by tag as Boolean type.
(Inherited from MapiPropertyContainer.) |
![]() | GetPropertyBytes |
Gets the string value of the property specified by tag.
(Inherited from MapiPropertyContainer.) |
![]() | GetPropertyDateTime |
Gets the value of the property specified by tag as DateTime type.
(Inherited from MapiPropertyContainer.) |
![]() | GetPropertyInt32 |
Gets the int32 value of the property specified by tag.
(Inherited from MapiPropertyContainer.) |
![]() | GetPropertyLong |
Gets the value of the property specified by tag as Long (int64) type.
(Inherited from MapiPropertyContainer.) |
![]() | GetPropertyShort |
Gets the value of the property specified by tag as Short type.
(Inherited from MapiPropertyContainer.) |
![]() | GetPropertyString(Int64) |
Gets the string value of the property specified by tag.
(Inherited from MapiPropertyContainer.) |
![]() | GetPropertyString(Int64, Int32) |
Gets the string value of the property specified by tag.
(Inherited from MapiPropertyContainer.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsStoreUnicodeOk |
Determines if string properties are Unicode encoded or not.
(Inherited from MapiPropertyContainer.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveProperty |
Provides correctly removing property from all collections.
|
![]() | Save(Stream) |
Save attachment content.
|
![]() | Save(String) |
Save attachment content.
|
![]() | SetProperty(MapiProperty) |
Sets the property.
(Overrides MapiPropertyContainerSetProperty(MapiProperty).) |
![]() | SetProperty(PropertyDescriptor, Object) |
Sets MAPI property.
(Overrides MapiPropertyContainerSetProperty(PropertyDescriptor, Object).) |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetPropertyData |
Try to get the property data with specified tag key.
(Inherited from MapiPropertyContainer.) |
![]() | TryGetPropertyDateTime |
Gets the value of the specified property as DateTime type.
A return value indicates whether the operation succeeded.
(Inherited from MapiPropertyContainer.) |
![]() | TryGetPropertyInt32 |
Gets the value of the specified property as Int32 type.
A return value indicates whether the operation succeeded.
(Inherited from MapiPropertyContainer.) |
![]() | TryGetPropertyLong |
Gets the value of the specified property as Long type.
A return value indicates whether the operation succeeded.
(Inherited from MapiPropertyContainer.) |
![]() | TryGetPropertyString(Int64) |
Try to get a property data as string with specified tag.
(Inherited from MapiPropertyContainer.) |
![]() | TryGetPropertyString(Int64, Int32) |
Try to get a property data as string with specified tag and code page.
(Inherited from MapiPropertyContainer.) |
![]() | TryGetPropertyString(Int64, String) |
Gets the value of the specified property as String type.
A return value indicates whether the operation succeeded.
(Inherited from MapiPropertyContainer.) |
![]() | TryGetPropertyString(Int64, String, Int32) |
Gets the value of the specified property as String type.
A return value indicates whether the operation succeeded.
(Inherited from MapiPropertyContainer.) |