@@ -3603,7 +3603,9 @@ void RemoveMessageHeaders (MimeEntity entity)
3603
3603
/// Get the specified body part.
3604
3604
/// </summary>
3605
3605
/// <remarks>
3606
- /// Gets the specified body part.
3606
+ /// <para>Gets the specified body part.</para>
3607
+ /// <note type="note">For more information about how to construct the <paramref name="partSpecifier"/>,
3608
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section-6.4.5">RFC3501, Section 6.4.5</a>.</note>
3607
3609
/// </remarks>
3608
3610
/// <example>
3609
3611
/// <code language="c#" source="Examples\ImapBodyPartExamples.cs" region="GetBodyPartsByUniqueIdAndSpecifier"/>
@@ -3672,7 +3674,9 @@ public virtual MimeEntity GetBodyPart (UniqueId uid, string partSpecifier, Cance
3672
3674
/// Asynchronously get the specified body part.
3673
3675
/// </summary>
3674
3676
/// <remarks>
3675
- /// Gets the specified body part.
3677
+ /// <para>Gets the specified body part.</para>
3678
+ /// <note type="note">For more information about how to construct the <paramref name="partSpecifier"/>,
3679
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section-6.4.5">RFC3501, Section 6.4.5</a>.</note>
3676
3680
/// </remarks>
3677
3681
/// <example>
3678
3682
/// <code language="c#" source="Examples\ImapBodyPartExamples.cs" region="GetBodyPartsByUniqueIdAndSpecifier"/>
@@ -3902,7 +3906,9 @@ void ProcessGetBodyPartResponse (ImapCommand ic, FetchStreamContext ctx, int ind
3902
3906
/// Get the specified body part.
3903
3907
/// </summary>
3904
3908
/// <remarks>
3905
- /// Gets the specified body part.
3909
+ /// <para>Gets the specified body part.</para>
3910
+ /// <note type="note">For more information about how to construct the <paramref name="partSpecifier"/>,
3911
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section-6.4.5">RFC3501, Section 6.4.5</a>.</note>
3906
3912
/// </remarks>
3907
3913
/// <returns>The body part.</returns>
3908
3914
/// <param name="index">The index of the message.</param>
@@ -3968,7 +3974,9 @@ public virtual MimeEntity GetBodyPart (int index, string partSpecifier, Cancella
3968
3974
/// Asynchronously get the specified body part.
3969
3975
/// </summary>
3970
3976
/// <remarks>
3971
- /// Gets the specified body part.
3977
+ /// <para>Gets the specified body part.</para>
3978
+ /// <note type="note">For more information about how to construct the <paramref name="partSpecifier"/>,
3979
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section-6.4.5">RFC3501, Section 6.4.5</a>.</note>
3972
3980
/// </remarks>
3973
3981
/// <returns>The body part.</returns>
3974
3982
/// <param name="index">The index of the message.</param>
@@ -4521,8 +4529,8 @@ void ProcessGetStreamResponse (ImapCommand ic, FetchStreamContext ctx, UniqueId
4521
4529
/// </summary>
4522
4530
/// <remarks>
4523
4531
/// <para>Gets a substream of the specified message.</para>
4524
- /// <para >For more information about how to construct the <paramref name="section"/>,
4525
- /// see Section 6.4.5 of RFC3501.</para >
4532
+ /// <note type="note" >For more information about how to construct the <paramref name="section"/>,
4533
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section- 6.4.5">RFC3501, Section 6.4.5</a>.</note >
4526
4534
/// </remarks>
4527
4535
/// <example>
4528
4536
/// <code language="c#" source="Examples\ImapBodyPartExamples.cs" region="GetBodyPartStreamsByUniqueIdAndSpecifier"/>
@@ -4586,8 +4594,8 @@ public override Stream GetStream (UniqueId uid, string section, CancellationToke
4586
4594
/// </summary>
4587
4595
/// <remarks>
4588
4596
/// <para>Gets a substream of the specified message.</para>
4589
- /// <para >For more information about how to construct the <paramref name="section"/>,
4590
- /// see Section 6.4.5 of RFC3501.</para >
4597
+ /// <note type="note" >For more information about how to construct the <paramref name="section"/>,
4598
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section- 6.4.5">RFC3501, Section 6.4.5</a>.</note >
4591
4599
/// </remarks>
4592
4600
/// <example>
4593
4601
/// <code language="c#" source="Examples\ImapBodyPartExamples.cs" region="GetBodyPartStreamsByUniqueIdAndSpecifier"/>
@@ -4686,8 +4694,8 @@ ImapCommand QueueGetStreamCommand (UniqueId uid, string section, int offset, int
4686
4694
/// the end of the specified section of the message, an empty stream is returned. If
4687
4695
/// the number of bytes desired extends beyond the end of the section, a truncated
4688
4696
/// stream will be returned.</para>
4689
- /// <para >For more information about how to construct the <paramref name="section"/>,
4690
- /// see Section 6.4.5 of RFC3501.</para >
4697
+ /// <note type="note" >For more information about how to construct the <paramref name="section"/>,
4698
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section- 6.4.5">RFC3501, Section 6.4.5</a>.</note >
4691
4699
/// </remarks>
4692
4700
/// <returns>The stream.</returns>
4693
4701
/// <param name="uid">The UID of the message.</param>
@@ -4762,8 +4770,8 @@ public override Stream GetStream (UniqueId uid, string section, int offset, int
4762
4770
/// the end of the specified section of the message, an empty stream is returned. If
4763
4771
/// the number of bytes desired extends beyond the end of the section, a truncated
4764
4772
/// stream will be returned.</para>
4765
- /// <para >For more information about how to construct the <paramref name="section"/>,
4766
- /// see Section 6.4.5 of RFC3501.</para >
4773
+ /// <note type="note" >For more information about how to construct the <paramref name="section"/>,
4774
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section- 6.4.5">RFC3501, Section 6.4.5</a>.</note >
4767
4775
/// </remarks>
4768
4776
/// <returns>The stream.</returns>
4769
4777
/// <param name="uid">The UID of the message.</param>
@@ -4864,8 +4872,8 @@ void ProcessGetStreamResponse (ImapCommand ic, FetchStreamContext ctx, int index
4864
4872
/// </summary>
4865
4873
/// <remarks>
4866
4874
/// <para>Gets a substream of the specified message.</para>
4867
- /// <para >For more information about how to construct the <paramref name="section"/>,
4868
- /// see Section 6.4.5 of RFC3501.</para >
4875
+ /// <note type="note" >For more information about how to construct the <paramref name="section"/>,
4876
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section- 6.4.5">RFC3501, Section 6.4.5</a>.</note >
4869
4877
/// </remarks>
4870
4878
/// <returns>The stream.</returns>
4871
4879
/// <param name="index">The index of the message.</param>
@@ -4926,8 +4934,8 @@ public override Stream GetStream (int index, string section, CancellationToken c
4926
4934
/// </summary>
4927
4935
/// <remarks>
4928
4936
/// <para>Gets a substream of the specified message.</para>
4929
- /// <para >For more information about how to construct the <paramref name="section"/>,
4930
- /// see Section 6.4.5 of RFC3501.</para >
4937
+ /// <note type="note" >For more information about how to construct the <paramref name="section"/>,
4938
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section- 6.4.5">RFC3501, Section 6.4.5</a>.</note >
4931
4939
/// </remarks>
4932
4940
/// <returns>The stream.</returns>
4933
4941
/// <param name="index">The index of the message.</param>
@@ -5025,8 +5033,8 @@ ImapCommand QueueGetStreamCommand (int index, string section, int offset, int co
5025
5033
/// the end of the specified section of the message, an empty stream is returned. If
5026
5034
/// the number of bytes desired extends beyond the end of the section, a truncated
5027
5035
/// stream will be returned.</para>
5028
- /// <para >For more information about how to construct the <paramref name="section"/>,
5029
- /// see Section 6.4.5 of RFC3501.</para >
5036
+ /// <note type="note" >For more information about how to construct the <paramref name="section"/>,
5037
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section- 6.4.5">RFC3501, Section 6.4.5</a>.</note >
5030
5038
/// </remarks>
5031
5039
/// <returns>The stream.</returns>
5032
5040
/// <param name="index">The index of the message.</param>
@@ -5100,8 +5108,8 @@ public override Stream GetStream (int index, string section, int offset, int cou
5100
5108
/// the end of the specified section of the message, an empty stream is returned. If
5101
5109
/// the number of bytes desired extends beyond the end of the section, a truncated
5102
5110
/// stream will be returned.</para>
5103
- /// <para >For more information about how to construct the <paramref name="section"/>,
5104
- /// see Section 6.4.5 of RFC3501.</para >
5111
+ /// <note type="note" >For more information about how to construct the <paramref name="section"/>,
5112
+ /// see <a href="https://www.rfc-editor.org/rfc/rfc3501.html#section- 6.4.5">RFC3501, Section 6.4.5</a>.</note >
5105
5113
/// </remarks>
5106
5114
/// <returns>The stream.</returns>
5107
5115
/// <param name="index">The index of the message.</param>
0 commit comments