ContactListSyncConstraints.MaxOtherEmailAddresses プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
同期できる "その他の電子メール" アドレスの最大数を取得または設定します。
public:
property IReference<int> ^ MaxOtherEmailAddresses { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> MaxOtherEmailAddresses();
void MaxOtherEmailAddresses(IReference<int> value);
public System.Nullable<int> MaxOtherEmailAddresses { get; set; }
var iReference = contactListSyncConstraints.maxOtherEmailAddresses;
contactListSyncConstraints.maxOtherEmailAddresses = iReference;
Public Property MaxOtherEmailAddresses As Nullable(Of Integer)
プロパティ値
同期できる "その他の電子メール" アドレスの最大数。
Windows の要件
アプリの機能 |
contactsSystem
|