janmir / go-outlooky

Outlook automation using OLE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 Overview

go-outlooky automation tool for Outlook 2016*

*Should work with older versions but have not tested it.

📖 OLE Reference

OLE Outlook Objects

Snippets

Match Japanese Characters

 [\u3000-\u303f\u3040-\u309f\u30a0-\u30ff\uff00-\uff9f\u4e00-\u9faf\u3400-\u4dbf]
  -------------_____________-------------_____________-------------_____________
   Punctuation   Hiragana     Katakana    Full-width       CJK      CJK Ext. A
                                            Roman/      (Common &      (Rare)    
                                          Half-width    Uncommon)
                                           Katakana

 -|-|-|-|-|-|-|-9()ー[]ー・

About

Outlook automation using OLE


Languages

Language:Go 99.5%Language:Makefile 0.5%