Category: Soft/Programming

  • MAPI Message Flags

    Today I added in SMMsg suite and Viewer for MS Outlook Messages the functions to work with flags in message (PR_MESSAGE_FLAGS attribute)

    The list of flags published at http://msdn.microsoft.com/en-us/library/cc839733(v=office.12).aspx

    const
    //The message is marked as having been read
    MSGFLAG_READ            = $00000001;
    //The outgoing message has not been modified since the first time that it was saved; the incoming message has not been modified since it was delivered
    MSGFLAG_UNMODIFIED      = $00000002;
    //The message is marked for sending
    MSGFLAG_SUBMIT          = $00000004;
    //The message is still being composed. It is saved, but has not been sent
    MSGFLAG_UNSENT          = $00000008;
    //The message has at least one attachment
    MSGFLAG_HASATTACH       = $00000010;
    //The messaging user sending was the messaging user receiving the message
    MSGFLAG_FROMME          = $00000020;
    //The message is an associated message of a folder
    MSGFLAG_ASSOCIATED      = $00000040;
    //The message includes a request for a resend operation with a nondelivery report
    MSGFLAG_RESEND          = $00000080;
    //A read report needs to be sent for the message.
    MSGFLAG_RN_PENDING      = $00000100;
    //A nonread report needs to be sent for the message
    MSGFLAG_NRN_PENDING     = $00000200;
    //The incoming message arrived over an X.400 link
    MSGFLAG_ORIGIN_X400     = $00000400;
    //The incoming message arrived over the Internet
    MSGFLAG_ORIGIN_INTERNET = $00000800;
    //The incoming message arrived over an external link other than X.400 or the Internet
    MSGFLAG_ORIGIN_MISC_EXT = $00001000;

    Now it looks so:


    Message Flags

  • RegSoft

    Two years ago in February 2009 the Emetrix closed the service
    In end of January I got the notification from RegSoft and suggestion to move to RegNow/ShareIt/SwReg because February 26 is last day for sales via RegSoft

    I opened the accounts in Avangate and PayPro because in ShareIt I have two accounts (USD and EUR)
    I updated all html-pages and some sales are processed in Advantage and PayPro. I don’t know why but I think that they have the same roots somewhere in Romania (PayPro say that they are Canadian company with development center in Lugansk, Ukraine)

    The Advantage is more “standard” (like ShareIt, RegNow etc) but there I must “confirm” each processed order because I delivery the licenses myself without their service). This is not good but now there are a few orders only.
    But cheques are free.

    The PayPro have the Control Panel written in flash, send the cheques for $4 and the chargeback costs the $15
    Anyway the ShareIt is main registrar now.

  • Delphi 4 PHP 2

    Давно собирался потестировать эту IDE для PHP. Разные были идеи – от “написать компоненты под него” до “написать Client/Customer Area для своего сайта”

    Вчера взял ключ на портале Embarcadero и скачал, а сегодня установил. Что удивило в поставке нет ни одного примера (demo/sample). Создал новый проект, просто бросил label+editbox и запустил. Открылся брайзер с localhost и висел двадцать минут. Закрыл нафиг.

  • Advantage Viewer

    New product – viewer for .adt-tables:
    http://www.scalabium.com/adt

  • hosting until 2013

    I renewed the hosting in HostRocket on next two years (until 2013-01-01)

  • BudgetReseller

    I hosts there this site and a few days ago I found there the new two directories (suspended.page and moving.page)
    Inside each directory I found the index.html with “this account is suspended” text

    In Sunday I deleted these directories via ftp but yesterday they were recreated again. So I submitted the ticket in thier HelpDesk. Got the answer “they created only if site is moved or suspended” and “but your account is not moved/suspended”.
    It makes me crazy. Sent the anwer with question how to remove these directories and why they recreated automatically. Still wait the response from them.

  • ShareIt: new control panel again

    They changed the control panel and again reordered the items in menu

    The captcha on logon form must die. On work computer I work with disabled pictures and now I must toggle the option for every logon in ShareIt site

  • Show Password 2.6

    Yesterday I published the new version for Show Password

    I added the shortcut (CTRL+C) to copy to clipboard the content for hidden password

  • RAD Studio XE

    Yesterday I uploaded the archives with compiled packages for XE for SMExport and SMImport (both registered and trials)