Outlook 2010 设置:Exchange 帐户 #1(域 A) Exchange 帐户 #2(域 A) Exchange 帐户 #3(域 B)
Windows 8 企业版机器。我已登录域 A。我在所有 Exchange 帐户上都收到/发送电子邮件。每当我创建会议请求时,Exchange 帐户 #3 都不会读取自定义用户属性值。有空值或空白值。假设代码填充 this.FormRegionShowing 事件上的区域控件。这两个域相互联合。我难住了。
Textbox1.Text = (string)appointmentItem.ItemProperties[PropertyVariables.Property1].Value;
Textbox2.Text = (string)appointmentItem.ItemProperties[PropertyVariables.Property2].Value;
Checkbox1.Checked = (bool)appointmentItem.ItemProperties[PropertyVariables.Property3].Value;