Class OutlookStorage.Attachment
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DocumentProcessing.Outlook
Assembly: Simplic.Framework.DocumentProcessing.dll
Syntax
public class Attachment : OutlookStorage, IDisposable
Constructors
| Improve this Doc View SourceAttachment(OutlookStorage)
Initializes a new instance of the OutlookStorage.Attachment class.
Declaration
public Attachment(OutlookStorage message)
Parameters
Type | Name | Description |
---|---|---|
OutlookStorage | message | The message. |
Properties
| Improve this Doc View SourceContentId
Gets the content id.
Declaration
public string ContentId { get; }
Property Value
Type | Description |
---|---|
System.String | The content id. |
Data
Gets the data.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
System.Byte[] | The data. |
Filename
Gets the filename.
Declaration
public string Filename { get; }
Property Value
Type | Description |
---|---|
System.String | The filename. |
RenderingPosisiton
Gets the rendering posisiton.
Declaration
public int RenderingPosisiton { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The rendering posisiton. |
Implements
System.IDisposable