やー。面倒でした。
古い情報だとOutlook Express を経由しろと書いてあるので、後継であるらしいWindows LiveMail を経由して(Windows LiveMailからエクスポートする方法で)
Outlook に移行したのだが、どういうわけか宛名が文字列として移行されてしまい、xxx@example.com というメールアドレスの移行ができなかったんです。
で eml →msg もしくはpst 形式への変換ソフトを探すのですが、無料のものが見つからなくてあんまり情報もありませんでした。が、ありましたよ!お兄さん。
====
MAPI data collection and parsingtool.Supportspropertytaglookup, error translation,smartviewprocessing, rule tables,ACL tables, contents tables, andMAPI<->MIME conversion.MrMAPI currently knows: 3916propertytags801 dispids 35 types 58 guids 148 errors 27smartview parsersUsage: MrMAPI -? MrMAPI [-Search] [-Dispids] [-Number] [-Type <type>] <propertynumber>|<propertyname> MrMAPI -Guids MrMAPI -Error <error> MrMAPI -ParserType <type> -Input <input file> [-Binary] [-Output <output file>] MrMAPI -Flag <flag value> [-Dispids] [-Number] <propertynumber>|<propertyname> MrMAPI -Rules [-Profile <profile>] [-Folder <folder>] MrMAPI -Acl [-Profile <profile>] [-Folder <folder>] MrMAPI [-Contents | -HiddenContents] [-Profile <profile>] [-Folder <folder>] [-Output <output directory>] [-Subject <subject>] [-MessageClass <message class>] [-MSG] [-List] MrMAPI -ChildFolders [-Profile <profile>] [-Folder <folder>] MrMAPI -XML -Input <path to input file> -Output <path to output file> MrMAPI -FID [fid] [-MID [mid]] [-Profile <profile>] MrMAPI -MAPI | -MIME -Input <path to input file> -Output <path to output file> [-CCSFFlags <conversionflags>] [-RFC822] [-Wrap <Decimalnumber of characters>] [-Encoding <Decimalnumber indicating encoding>] [-AddressBook] [-Unicode] [-Charset CodePage CharSetType CharSetApplyType]Allswitchesmay be shortened if the intendedswitch is unambiguous.Forexample, -Tmay be usedinstead of -Type. Help: -? Displayexpanded help.PropertyTagLookup: -S (or -Search) Performsubstring search. With no parametersprintsall knownproperties. -D (or -Dispids) Search dispids. -N (or -Number)Number is in decimal. Ignored for non-numbers. -T (or -Type)Print informationon specified type. With no parametersprints list of known types. When combined with -S, restrict output to given type. -G (or -Guids) Display list of known guids.FlagLookup: -Fl (or -Flag)Look upflags for specifiedproperty.May be combined with -D and -Nswitches, butallflag values must be in hex. Error Parsing: -E (or -Error)Map an error code toitsname andvice versa.May be combined with -S and -Nswitches.SmartView Parsing: -P (or -ParserType) Parser type (number). See list below forsupported parsers. -B (or -Binary) Input file is binary. Default is hex encoded text. Rules Table: -R (or -Rules) Output rules table.Profile optional.ACL Table: -A (or -Acl) OutputACL table.Profile optional. Contents Table: -C (or -Contents) Output contents table.May be combined with -H.Profile optional. -H (or -HiddenContents) Outputassociated contents table.May be combined with -C.Profile optional -Su (or -Subject)Subject ofmessages to output. -Me (or -MessageClass)Message class ofmessages to output. -Ms (or -MSG) Outputas .MSGinstead ofXML. -L (or -List) List details toscreen and do not output files. ChildFolders: -Chi (or -ChildFolders) Display childfolders of selectedfolder.MSG FileProperties -X (or -XML) Outputproperties of anMSG fileasXML.MID/FIDLookup -Fi (or -FID)FolderID (FID) to search for. If -FID is specified without a FID, search/displayallfolders -Mid (or -MID)MessageID (MID) to search for. If -MID is specified without aMID, displayallmessages infolders specifiedby the FID parameter.MAPI <->MIME Conversion: -Ma (or -MAPI) Convert an EML file toMAPI format (MSG file). -Mi (or -MIME) Convert anMSG file toMIME format (EML file). -I (or -Input) Indicates the input file for conversion, either aMIME-formatted EML file or anMSG file. -O (or -Output) Indicates the output file for the convertion. -Cc (or -CCSFFlags) Indicates specificflags to pass to the converter. Available values (thesemay be OR'edtogether):MIME ->MAPI:CCSF_SMTP: 0x02CCSF_INCLUDE_BCC: 0x20CCSF_USE_RTF: 0x80MAPI ->MIME:CCSF_NOHEADERS: 0x0004CCSF_USE_TNEF: 0x0010CCSF_8BITHEADERS: 0x0040CCSF_PLAIN_TEXT_ONLY: 0x1000CCSF_NO_MSGID: 0x4000CCSF_EMBEDDED_MESSAGE: 0x8000 -Rf (or -RFC822) (MAPI->MIMEonly) Indicates the EML should be generated inRFC822 format. If notpresent,RFC1521 is usedinstead. -W (or -Wrap) (MAPI->MIMEonly) Indicates themaximumnumber of characters in each line in the generated EML. Default value is 74. A value of 0 indicates no wrapping. -En (or -Encoding) (MAPI->MIMEonly) Indicates the encoding type to use.Supported values are: 1 -Base64 2 -UUENCODE 3 - Quoted-Printable 4 - 7bit (DEFAULT) 5 - 8bit -Ad (or -AddressBook) PassMAPIAddressBook into converter.Profile optional. -U (or -Unicode) (MIME->MAPIonly) The resultingMSG file should beunicode. -Ch (or -Charset) (MIME->MAPIonly) Characterset - three required parameters: CodePage -common values (otherssupported)1252 - CP_USASCII - Indicates the USASCII characterset,Windows code page12521200 - CP_UNICODE - Indicates theUnicode characterset,Windows code page1200 50932 - CP_JAUTODETECT - Indicates Japanese auto-detect (50932) 50949 - CP_KAUTODETECT - Indicates Korean auto-detect (50949) 50221 - CP_ISO2022JPESC - Indicates theInternet charactersetISO-2022-JP-ESC 50222 - CP_ISO2022JPSIO - Indicates theInternet charactersetISO-2022-JP-SIO CharSetType -supported values (see CHARSETTYPE) 0 - CHARSET_BODY 1 - CHARSET_HEADER 2 - CHARSET_WEB CharSetApplyType -supported values (see CSETAPPLYTYPE) 0 - CSET_APPLY_UNTAGGED 1 - CSET_APPLY_ALL 2 - CSET_APPLY_TAG_ALLUniversal Options: -I (or -Input) Input file. -O (or -Output) Output file or directory. -F (or -Folder)Folder toscan. Default is Inbox. See list below forsupportedfolders.Foldersmay also be specifiedby path: "Top of Information Store\Calendar" Pathmay bepreceededby entryIDs for specialfolders using @ notation: "@PR_IPM_SUBTREE_ENTRYID\Calendar" MrMAPI's specialfolder constantsmay also be used: "@12\Calendar" "@1" -Pr (or -Profile)Profile forMAPILogonEx. -M (or -MoreProperties)Moreproperties. Tries harder togetstreamproperties.Maytake longer. -No (or -NoAddins) NoAddins.Don't load anyadd-ins. -On (or -Online)Online mode.Bypasscached mode. -V (or -Verbose) Verbose. Turnonall debug output.SmartView Parsers: 1AdditionalRen EntryIDsEx 2 Appointment Recurrence Pattern 3 ConversationIndex 4 EntryId 5 Entry List 6ExtendedFolderFlags 7Extended Rule Condition 8Flat Entry List 9FolderUserFieldsStream10 GlobalObjectId11Property12Property DefinitionStream 13 Recipient RowStream 14 Recurrence Pattern 15 ReportTag 16 Restriction 17 Rule Condition 18 SearchFolder Definition 19 Security Descriptor20SID 21 TaskAssigners 22Time Zone23Time Zone Definition24WebView PersistenceObjectStream 25 NicknameCache 26 Encode EntryID 27 Decode EntryIDFolders: 1 Calendar 2 Contacts 3 Journal 4 Notes 5 Tasks 6 Reminders 7 Drafts 8 Sent Items 9 Outbox10 Deleted Items11Finder12 IPM_SUBTREE 13 Inbox 14 Local Freebusy 15 Conflicts 16 Sync Issues 17 Local Failures 18 Server Failures 19JunkE-mailExamples: MrMAPIPR_DISPLAY_NAME MrMAPI 0x3001001e MrMAPI 3001001e MrMAPI 3001 MrMAPI -n12289 MrMAPI -t PT_LONG MrMAPI -t 3102 MrMAPI -t MrMAPI -s display MrMAPI -s display -t PT_LONG MrMAPI -t102 -s display MrMAPI -d dispidReminderTime MrMAPI -d 0x8502 MrMAPI -d -s reminder MrMAPI -d -n 34050 MrMAPI -p 17 -iwebview.txt -o parsed.txt