MimePartContentDescription.RemoveAt(Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the MIME part located at the specified index of the list of child MIME parts.
public:
bool RemoveAt(int index);
C#
public bool RemoveAt (int index);
member this.RemoveAt : int -> bool
Public Function RemoveAt (index As Integer) As Boolean
- index
- Int32
The zero-based index of the MIME part to remove.
True if the MIME part is successfully removed; otherwise, false.
Thrown when the index is less than zero, or when the index is greater than or equal to the number of child MIME parts.
Proizvod | Verzije |
---|---|
Lync UCMA | 4.0, 5.0, latest |