EMDocumentLastModifiedDate Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            The last time the document was modified.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DateTime LastModifiedDate { get; set; }Public Property LastModifiedDate As DateTime
	Get
	Set
public:
property DateTime LastModifiedDate {
	DateTime get ();
	void set (DateTime value);
}member LastModifiedDate : DateTime with get, set
function get_LastModifiedDate();
function set_LastModifiedDate(value);
Property Value
Type: 
DateTime
See Also