Posts tagged OUTLOOK

outlook 找不到 Outlook.pst

0

在DOS下,用CD 切换到 Outlook.exe 可执行文件目录下(安装目录如:C:\Program Files\Microsoft Office\OFFICE11)

使用命令 outlook /importprf .\.prf 进行初始化 Outlook 数据文件。

取其一界面(很熟悉的)(初安装 Outlook 启动时,需要新建一电子邮件帐户界面)

OUTLOOK菜单类

0

<HTML>
<HEAD>
<TITLE>outlook菜单</TITLE>
<META http-equiv=content-type content=text/html;charset=gb2312>
<style>
.outlook-title
{
border
:1px outset;
background-color
:buttonface;
color
:black;
text-align
:center;
cursor
:hand;
font-size
:9pt;
}

.outlook-item
{
padding
:2px;
font-size
:9pt;
}

a.outlook-item:hover
{
color
:blue;
}

</style>
</HEAD>
(更多…)

Go to Top