|
| System::SharedPtr< System::Uri > | get_Uri () const |
| | Specifies the Url of the provider endpoint. More...
|
| |
| void | set_Uri (System::SharedPtr< System::Uri > value) |
| | Specifies the Url of the provider endpoint. More...
|
| |
| AttachmentPermissionType | get_PermissionType () const |
| | Specifies the permission type. More...
|
| |
| void | set_PermissionType (AttachmentPermissionType value) |
| | Specifies the permission type. More...
|
| |
| AttachmentProviderType | get_ProviderType () const |
| | Specifies the provider type. More...
|
| |
| void | set_ProviderType (AttachmentProviderType value) |
| | Specifies the provider type. More...
|
| |
| | ReferenceAttachment () |
| | Initializes a new instance of ReferenceAttachment. More...
|
| |
| | ReferenceAttachment (System::SharedPtr< System::Uri > uri) |
| | Initializes a new instance of ReferenceAttachment. More...
|
| |
| | ReferenceAttachment (System::String uri) |
| | Initializes a new instance of ReferenceAttachment. More...
|
| |
| System::SharedPtr< Mapi::MapiAttachment > | ConvertToMapiAttachment (Mapi::OutlookMessageFormat format, int32_t codePage, int32_t count, bool preserveDates) override |
| |
| void | SetProvider (System::String provider) |
| |
| System::String | ToHeaderString () |
| |
| bool | get_IsTnef () |
| | Gets a value indicating whether the attachment is TNEF formatted message. More...
|
| |
| bool | get_IsEmbeddedMessage () |
| | Gets a value indicating whether the attachment is an embedded message. More...
|
| |
| System::String | get_Name () |
| | Gets an attachment name More...
|
| |
| void | set_Name (System::String value) |
| | Sets an attachment name More...
|
| |
| System::SharedPtr< System::Text::Encoding > | get_NameEncoding () |
| | Gets an encoding of attachment name More...
|
| |
| void | set_NameEncoding (System::SharedPtr< System::Text::Encoding > value) |
| | Sets an encoding of attachment name More...
|
| |
| System::SharedPtr< Aspose::Email::Mime::ContentDisposition > | get_ContentDisposition () |
| | Gets Content-Disposition header More...
|
| |
| bool | get_IsUri () const |
| | Gets a value indicating whether attachment is URI-attachment. More...
|
| |
| System::SharedPtr< ObjectIdentifier > | get_Id () const |
| | Object identifier More...
|
| |
| System::String | get_CreatedName () const |
| | Created name from subject in case when attacment is message/rfc822 More...
|
| |
| void | set_CreatedName (System::String value) |
| | Created name from subject in case when attacment is message/rfc822 More...
|
| |
| System::SharedPtr< System::Text::Encoding > | get_PreferredTextEncoding () override |
| | Gets a preferred text encoding More...
|
| |
| void | set_PreferredTextEncoding (System::SharedPtr< System::Text::Encoding > value) override |
| | Sets a preferred text encoding More...
|
| |
| | Attachment (System::String fileName) |
| | Initializes a new instance of the Attachment class. More...
|
| |
| | Attachment (System::String fileName, System::String mediaType) |
| | Initializes a new instance of the Attachment class. More...
|
| |
| | Attachment (System::String fileName, System::SharedPtr< Aspose::Email::Mime::ContentType > contentType) |
| | Initializes a new instance of the Attachment class. More...
|
| |
| | Attachment (System::SharedPtr< System::IO::Stream > contentStream, System::String name) |
| | Initializes a new instance of the Attachment class. More...
|
| |
| | Attachment (System::SharedPtr< System::IO::Stream > contentStream, System::String name, System::String mediaType) |
| | Initializes a new instance of the Attachment class. More...
|
| |
| | Attachment (System::SharedPtr< System::IO::Stream > contentStream, System::SharedPtr< Aspose::Email::Mime::ContentType > contentType) |
| | Initializes a new instance of the Attachment class. More...
|
| |
| | Attachment () |
| |
| | Attachment (System::SharedPtr< System::IO::MemoryStream > content, System::SharedPtr< Aspose::Email::Mime::ContentType > contentType, System::String name, System::String contentLocation, System::String contentId) |
| |
| | Attachment (System::SharedPtr< Aspose::Email::Mime::MimePart > part) |
| | Initializes a new instance of the Attachment class. More...
|
| |
| System::SharedPtr< Attachment > | Clone () |
| |
| System::SharedPtr< Calendar::Model::Property::AttachmentProperty > | ToCalendarAttachmentProperty () |
| |
| System::String | CreateName (int32_t attachmentNumber) |
| |
| System::SharedPtr< System::IO::Stream > | get_ContentStream () |
| | Gets the content stream. More...
|
| |
| void | set_ContentStream (System::SharedPtr< System::IO::Stream > value) |
| | Sets the content stream. More...
|
| |
| System::String | get_ContentId () |
| | Gets the content id. More...
|
| |
| void | set_ContentId (System::String value) |
| | Sets the content id. More...
|
| |
| virtual System::SharedPtr< Mime::HeaderCollection > | get_Headers () |
| | Gets headers collection of attachment. More...
|
| |
| System::SharedPtr< Aspose::Email::Mime::ContentType > | get_ContentType () |
| | Gets the type of the content. More...
|
| |
| void | set_ContentType (System::SharedPtr< Aspose::Email::Mime::ContentType > value) |
| | Sets the type of the content. More...
|
| |
| Aspose::Email::Mime::TransferEncoding | get_TransferEncoding () |
| | Gets the transfer encoding. More...
|
| |
| void | set_TransferEncoding (Aspose::Email::Mime::TransferEncoding value) |
| | Sets the transfer encoding. More...
|
| |
| System::SharedPtr< System::Uri > | get_ContentLocation () const |
| | Gets the content location. More...
|
| |
| void | set_ContentLocation (System::SharedPtr< System::Uri > value) |
| | Sets the content location. More...
|
| |
| System::String | get_ItemId () const |
| |
| void | set_ItemId (System::String value) |
| |
| System::SharedPtr< Aspose::Email::Mime::MimePart > | get_MimePart () const |
| | Gets the MIME part. More...
|
| |
| void | set_MimePart (System::SharedPtr< Aspose::Email::Mime::MimePart > value) |
| | Sets the MIME part. More...
|
| |
| bool | get_Hidden () |
| |
| void | set_Hidden (bool value) |
| |
| virtual void | SaveInternal (System::SharedPtr< System::IO::Stream > stream) |
| | Saves the specified stream. More...
|
| |
| virtual void | Save (System::SharedPtr< System::IO::Stream > stream) |
| | Saves the specified stream. More...
|
| |
| virtual void | Save (System::String fileName) |
| | Saves the specified file name. More...
|
| |
| void | SetContentFromString (System::String contentString, System::SharedPtr< Aspose::Email::Mime::ContentType > contentType) |
| | Sets the content from string. More...
|
| |
| void | SetContentFromString (System::String contentString, System::SharedPtr< System::Text::Encoding > encoding, System::String mediaType) |
| | Sets the content from string. More...
|
| |
| void | SetContentFromString (System::String contentString, System::SharedPtr< System::Text::Encoding > encoding, System::SharedPtr< Aspose::Email::Mime::ContentType > contentType, Aspose::Email::Mime::TransferEncoding te) |
| | Sets the content from string. More...
|
| |
| void | SetSTnefContent (System::ArrayPtr< uint8_t > data) |
| | Sets the S/TNEF content. More...
|
| |
| virtual void | PrepareForSending () |
| | Prepares for sending. More...
|
| |
| void | Dispose () override |
| | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
|
| |
This class represents a reference attachment