ItemOperationsFetchRequestFileReference Property |
Specifies a unique identifier that is assigned by the server to each attachment.
In an ItemOperations request, only one FileReference identifier can exist per Fetch.
Violation of this constraint results in a Status element value of 2 being returned from the server.
The client can, however, retrieve multiple attachments by using one Fetch node per attachment.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string FileReference { get; set; }
Public Property FileReference As String
Get
Set
public:
property String^ FileReference {
String^ get ();
void set (String^ value);
}
member FileReference : string with get, set
Property Value
Type:
String
See Also