EwsAttachmentId Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9313)
Represents an Exchange attachment ID. Attachment is not an item in EWS notation.
Syntax
public class EwsAttachmentId
Inherited Members
Constructors
| Name | Description |
|---|---|
|
Ews |
Initializes a new instance of the Ews |
|
Ews |
Initializes a new instance of the Ews |
Properties
| Name | Description |
|---|---|
|
Change |
Gets the Change key of an attachment (in file name friendly format). |
| Value | Gets the ID of an attachment (in file name friendly format). |
Methods
| Name | Description |
|---|---|
|
Get |
Gets the Change key of an attachment in its Exchange native format. It is not always file name friendly. |
|
Get |
Gets the ID of an attachment in its Exchange native format. It is not always file name friendly. |
|
To |
Returns a string that represents this Ews |
Operators
| Name | Description |
|---|---|
|
Implicit(Ews |
Converts an Ews |
|
Implicit(String to Ews |
Converts a String to an Ews |