_LetterContent.MailingInstructions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レター ウィザード (たとえば、「書留郵便」) で作成するレターの郵送指示テキストを設定または返します。
public:
property System::String ^ MailingInstructions { System::String ^ get(); void set(System::String ^ value); };
public string MailingInstructions { get; set; }
member this.MailingInstructions : string with get, set
Public Property MailingInstructions As String