ItemType.LastModifiedTime Property
The LastModifiedTime property gets an instance of the DateTime structure that represents the date and time that the item was last modified.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property LastModifiedTime As DateTime
public DateTime LastModifiedTime { get; set; }
public:
property DateTime LastModifiedTime {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_LastModifiedTime ()
/** @property */
public void set_LastModifiedTime (DateTime value)
public function get LastModifiedTime () : DateTime
public function set LastModifiedTime (value : DateTime)
Property Value
The LastModifiedTime property returns an instance of the DateTime structure that represents the date and time that the item was last modified.
Remarks
The LastModifiedTime property signature is incorrect because it suggests that this property is settable. The setter property is an artifact of the fact that the auto-generated proxy generator does not have the context to account for the server business logic, which does not allow this property to be set.
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