IndexedPageViewType.Offset Property
The Offset property gets or sets the offset from the BasePoint property. This property is required.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property Offset As Integer
[XmlAttributeAttribute]
public int Offset { get; set; }
[XmlAttributeAttribute]
public:
property int Offset {
int get ();
void set (int value);
}
/** @property */
public int get_Offset ()
/** @property */
public void set_Offset (int value)
public function get Offset () : int
public function set Offset (value : int)
Property Value
The Offset property returns an integer that represents the offset from the base point.
Remarks
If the BasePoint property is equal to Beginning, the offset is positive. If the BasePoint property is equal to End, the offset is handled as if it were negative. This identifies which item will be the first item that is delivered in the response.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
IndexedPageViewType Class
IndexedPageViewType Members
ExchangeWebServices Namespace