Attachment Constructors
Definition
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.
Overloads
| Name | Description |
|---|---|
| Attachment() | |
| Attachment(ContentType) | |
| Attachment(String) |
Attachment()
public Attachment();
Public Sub New ()
Applies to
Attachment(ContentType)
public Attachment(Microsoft.Teams.Api.ContentType contentType);
new Microsoft.Teams.Api.MessageExtensions.Attachment : Microsoft.Teams.Api.ContentType -> Microsoft.Teams.Api.MessageExtensions.Attachment
Public Sub New (contentType As ContentType)
Parameters
- contentType
- ContentType
Applies to
Attachment(String)
public Attachment(string contentType);
new Microsoft.Teams.Api.MessageExtensions.Attachment : string -> Microsoft.Teams.Api.MessageExtensions.Attachment
Public Sub New (contentType As String)
Parameters
- contentType
- String