Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseItem.DateTime

TElIMAPFetchResponseItem     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns INTERNALDATE item value.

Declaration

[C#]
    DateTime DateTime;

[VB.NET]
    Property DateTime As DateTime

[Pascal]
    property DateTime : TElDateTime;

[C++]
    int64_t get_DateTime();

[PHP]
    DateTime get_DateTime()

[Java]
    Date getDateTime();

Description

    Use this property to get the value of an INTERNALDATE item. Check ItemType property to find out the type of this item.

See also:     ItemType    

Discuss this help topic in SecureBlackbox Forum