Movatterモバイル変換


[0]ホーム

URL:


はてラボはてな匿名ダイアリー
ようこそ ゲスト さんログインユーザー登録
< ポエムを馬鹿にするや... |http://anond.hatelabo.jp/20111... >

2011-11-08

ThunderbirdからOutlook 2007 にメールを移行

やー。面倒でした。

古い情報だとOutlook Express を経由しろと書いてあるので、後継であるらしいWindows LiveMail を経由して(Windows LiveMailからエクスポートする方法で)

Outlook に移行したのだが、どういうわけか宛名が文字列として移行されてしまい、xxx@example.com というメールアドレスの移行ができなかったんです

で eml →msg もしくはpst 形式への変換ソフトを探すのですが、無料ものが見つからなくてあんまり情報もありませんでした。が、ありましたよ!お兄さん。

これなら、msg ⇔ eml の相互変換ができますです

MrMAPI.exe

http://mfcmapi.codeplex.com/

ヘルプはっときますね。

====

MAPI data collection and parsingtool.Supportspropertytaglookup, error translation,smartviewprocessing, rule tables,ACL tables, contents tables, andMAPI&lt;-&gt;MIME conversion.MrMAPI currently knows:  3916propertytags801 dispids    35 types    58 guids   148 errors    27smartview parsersUsage:   MrMAPI -?   MrMAPI [-Search] [-Dispids] [-Number] [-Type &lt;type&gt;] &lt;propertynumber&gt;|&lt;propertyname&gt;   MrMAPI -Guids   MrMAPI -Error &lt;error&gt;   MrMAPI -ParserType &lt;type&gt; -Input &lt;input file&gt; [-Binary] [-Output &lt;output file&gt;]   MrMAPI -Flag &lt;flag value&gt; [-Dispids] [-Number] &lt;propertynumber&gt;|&lt;propertyname&gt;   MrMAPI -Rules [-Profile &lt;profile&gt;] [-Folder &lt;folder&gt;]   MrMAPI -Acl [-Profile &lt;profile&gt;] [-Folder &lt;folder&gt;]   MrMAPI [-Contents | -HiddenContents] [-Profile &lt;profile&gt;] [-Folder &lt;folder&gt;] [-Output &lt;output directory&gt;]          [-Subject &lt;subject&gt;] [-MessageClass &lt;message class&gt;] [-MSG] [-List]   MrMAPI -ChildFolders [-Profile &lt;profile&gt;] [-Folder &lt;folder&gt;]   MrMAPI -XML -Input &lt;path to input file&gt; -Output &lt;path to output file&gt;   MrMAPI -FID [fid] [-MID [mid]] [-Profile &lt;profile&gt;]   MrMAPI -MAPI | -MIME -Input &lt;path to input file&gt; -Output &lt;path to output file&gt; [-CCSFFlags &lt;conversionflags&gt;]          [-RFC822] [-Wrap &lt;Decimalnumber of characters&gt;] [-Encoding &lt;Decimalnumber indicating encoding&gt;]          [-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 &lt;-&gt;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 -&gt;MAPI:CCSF_SMTP:        0x02CCSF_INCLUDE_BCC: 0x20CCSF_USE_RTF:     0x80MAPI -&gt;MIME:CCSF_NOHEADERS:        0x0004CCSF_USE_TNEF:         0x0010CCSF_8BITHEADERS:      0x0040CCSF_PLAIN_TEXT_ONLY:  0x1000CCSF_NO_MSGID:         0x4000CCSF_EMBEDDED_MESSAGE: 0x8000   -Rf  (or -RFC822) (MAPI-&gt;MIMEonly) Indicates the EML should be generated inRFC822 format.           If notpresent,RFC1521 is usedinstead.   -W   (or -Wrap) (MAPI-&gt;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-&gt;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-&gt;MAPIonly) The resultingMSG file should beunicode.   -Ch  (or -Charset) (MIME-&gt;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

Permalink |記事への反応(0) | 14:36

このエントリーをはてなブックマークに追加ツイートシェア

記事への反応 -

記事への反応(ブックマークコメント)

全てのコメントを見る

人気エントリ

注目エントリ

ログインユーザー登録
ようこそ ゲスト さん
Copyright (C) 2001-2025 hatena. All Rights Reserved.

[8]ページ先頭

©2009-2025 Movatter.jp