I'm trying to change the creation date of a folderitem. Since I can't get 
CreationDate to do anything in RealStudio 2011r4. I've tried CreationDateMBS, 
which works in an example:

  Dim f As New FolderItem
  f = GetOpenFolderItem("")
  
  If f <> Nil Then
    Dim newDate As New Date
    f.CreationDateMBS = newDate
  End If

But it doesn't work for my code. I'm creating one pdf file from another to add 
page number and a header line:

dim finalPDF as CGContextMBS = 
newPrintPath.NewCGPDFDocumentMBS(thePDFDoc.MediaBox(1), theSubject, 
SystemInformationMBS.UserName, "Mail Archiver X")
'then pdf is created, which ends with 
finalPDF.Flush

'and finally
newPrintPath.CreationDateMBS = MainDateTime

But the last row of code doesn't do anything. What am I doing wrong here?

Mit freundlichen Grüßen/Regards

Trixi Willius

http://www.mothsoftware.com
Mail Archiver X: The email archiving solution for professionals

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to