O
Size: a a a
O
E
$attachment = new-object Net.Mail.Attachment -ArgumentList "C:\BigBlackCock.jpg"
$attachment.ContentDisposition.Inline = $True
$attachment.ContentDisposition.DispositionType = "Inline"
$attachment.ContentType.MediaType = "image/jpg"
$attachment.ContentId = 'BigBlackCock.jpg'
>
$attachment = new-object Net.Mail.Attachment -ArgumentList "C:\BigBlackCock.jpg"
$attachment.ContentDisposition.Inline = $True
$attachment.ContentDisposition.DispositionType = "Inline"
$attachment.ContentType.MediaType = "image/jpg"
$attachment.ContentId = 'BigBlackCock.jpg'
O
E
$EMail = new-object system.net.mail.mailmessage
$strMsgTo = [string]$mailbox.PrimarySmtpAddress.Local.Trim()+"@"+[string]$mailbox.PrimarySmtpAddress.Domain.Trim()
$Email.From = "test@contoso.com"
$EMail.To.Add(recipient@contoso.com)
$Email.IsBodyHtml = $true
$EMail.Subject = "Theme"
$Email.Attachments.Add($attachment)
$EMail.Body= @"
<html>
<body>
<img src="BigBlackCock.jpg">
</body>
</html>
"@
O
E
>
M
EV
АП
E
KK
KK
KK
AV
KK